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 &) |
Definition at line 135 of file reader_struct.h.
|
inlinestatic |
Definition at line 148 of file reader_struct.h.
References lcf::RawStruct< T >::BeginXml().
|
inlinestatic |
Definition at line 142 of file reader_struct.h.
References lcf::RawStruct< T >::LcfSize().
|
inlinestatic |
Definition at line 151 of file reader_struct.h.
|
inlinestatic |
Definition at line 136 of file reader_struct.h.
References lcf::RawStruct< T >::ReadLcf().
|
inlinestatic |
Definition at line 139 of file reader_struct.h.
References lcf::RawStruct< T >::WriteLcf().
|
inlinestatic |
Definition at line 145 of file reader_struct.h.
References lcf::RawStruct< T >::WriteXml().