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 557 of file reader_struct.h.
|
inlinestatic |
Definition at line 570 of file reader_struct.h.
References Struct< S >::BeginXml().
|
inlinestatic |
Definition at line 564 of file reader_struct.h.
References Struct< S >::LcfSize().
|
inlinestatic |
Definition at line 573 of file reader_struct.h.
|
inlinestatic |
Definition at line 558 of file reader_struct.h.
References Struct< S >::ReadLcf().
|
inlinestatic |
Definition at line 561 of file reader_struct.h.
References Struct< S >::WriteLcf().
|
inlinestatic |
Definition at line 567 of file reader_struct.h.
References Struct< S >::WriteXml().