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 701 of file reader_struct.h.
|
inlinestatic |
Definition at line 714 of file reader_struct.h.
References lcf::Struct< S >::BeginXml().
|
inlinestatic |
Definition at line 708 of file reader_struct.h.
References lcf::Struct< S >::LcfSize().
|
inlinestatic |
Definition at line 717 of file reader_struct.h.
|
inlinestatic |
Definition at line 702 of file reader_struct.h.
References lcf::Struct< S >::ReadLcf().
|
inlinestatic |
Definition at line 705 of file reader_struct.h.
References lcf::Struct< S >::WriteLcf().
|
inlinestatic |
Definition at line 711 of file reader_struct.h.
References lcf::Struct< S >::WriteXml().