liblcf
|
#include <reader_struct.h>
Static Public Member Functions | |
static void | ReadLcf (T &ref, LcfReader &stream, uint32_t) |
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 &) |
Struct reader.
Definition at line 593 of file reader_struct.h.
|
inlinestatic |
Definition at line 606 of file reader_struct.h.
References Struct< S >::BeginXml().
|
inlinestatic |
Definition at line 600 of file reader_struct.h.
References Struct< S >::LcfSize().
|
inlinestatic |
Definition at line 609 of file reader_struct.h.
|
inlinestatic |
Definition at line 594 of file reader_struct.h.
References Struct< S >::ReadLcf().
|
inlinestatic |
Definition at line 597 of file reader_struct.h.
References Struct< S >::WriteLcf().
|
inlinestatic |
Definition at line 603 of file reader_struct.h.
References Struct< S >::WriteXml().