liblcf
|
#include <reader_struct.h>
Static Public Member Functions | |
static void | ReadLcf (std::vector< T > &ref, LcfReader &stream, uint32_t) |
static void | WriteLcf (const std::vector< T > &ref, LcfWriter &stream) |
static int | LcfSize (const std::vector< T > &ref, LcfWriter &stream) |
static void | WriteXml (const std::vector< T > &ref, XmlWriter &stream) |
static void | BeginXml (std::vector< T > &ref, XmlReader &stream) |
static void | ParseXml (std::vector< T > &, const std::string &) |
Definition at line 667 of file reader_struct.h.
|
inlinestatic |
Definition at line 680 of file reader_struct.h.
References lcf::Struct< S >::BeginXml().
|
inlinestatic |
Definition at line 674 of file reader_struct.h.
References lcf::Struct< S >::LcfSize().
|
inlinestatic |
Definition at line 683 of file reader_struct.h.
|
inlinestatic |
Definition at line 668 of file reader_struct.h.
References lcf::Struct< S >::ReadLcf().
|
inlinestatic |
Definition at line 671 of file reader_struct.h.
References lcf::Struct< S >::WriteLcf().
|
inlinestatic |
Definition at line 677 of file reader_struct.h.
References lcf::Struct< S >::WriteXml().