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 679 of file reader_struct.h.
|
inlinestatic |
Definition at line 692 of file reader_struct.h.
References lcf::Struct< S >::BeginXml().
|
inlinestatic |
Definition at line 686 of file reader_struct.h.
References lcf::Struct< S >::LcfSize().
|
inlinestatic |
Definition at line 695 of file reader_struct.h.
|
inlinestatic |
Definition at line 680 of file reader_struct.h.
References lcf::Struct< S >::ReadLcf().
|
inlinestatic |
Definition at line 683 of file reader_struct.h.
References lcf::Struct< S >::WriteLcf().
|
inlinestatic |
Definition at line 689 of file reader_struct.h.
References lcf::Struct< S >::WriteXml().