liblcf
|
#include <reader_struct.h>
Static Public Member Functions | |
static void | ReadLcf (T &ref, LcfReader &stream, uint32_t length) |
static void | WriteLcf (const T &ref, LcfWriter &stream) |
static int | LcfSize (const T &ref, LcfWriter &stream) |
static void | WriteXml (const T &ref, XmlWriter &stream) |
static void | BeginXml (T &ref, XmlReader &stream) |
static void | ParseXml (T &, const std::string &) |
Wrapper XML handler struct.
Definition at line 731 of file reader_struct.h.
|
inlinestatic |
Definition at line 744 of file reader_struct.h.
References lcf::Flags< S >::BeginXml().
|
inlinestatic |
Definition at line 738 of file reader_struct.h.
References lcf::Flags< S >::LcfSize().
|
inlinestatic |
Definition at line 747 of file reader_struct.h.
|
inlinestatic |
Definition at line 732 of file reader_struct.h.
References lcf::Flags< S >::ReadLcf().
|
inlinestatic |
Definition at line 735 of file reader_struct.h.
References lcf::Flags< S >::WriteLcf().
|
inlinestatic |
Definition at line 741 of file reader_struct.h.
References lcf::Flags< S >::WriteXml().