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 638 of file reader_struct.h.
|
inlinestatic |
Definition at line 651 of file reader_struct.h.
References Flags< S >::BeginXml().
|
inlinestatic |
Definition at line 645 of file reader_struct.h.
References Flags< S >::LcfSize().
|
inlinestatic |
Definition at line 654 of file reader_struct.h.
|
inlinestatic |
Definition at line 639 of file reader_struct.h.
References Flags< S >::ReadLcf().
|
inlinestatic |
Definition at line 642 of file reader_struct.h.
References Flags< S >::WriteLcf().
|
inlinestatic |
Definition at line 648 of file reader_struct.h.
References Flags< S >::WriteXml().