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 579 of file reader_struct.h.
|
inlinestatic |
Definition at line 592 of file reader_struct.h.
References Struct< S >::BeginXml().
|
inlinestatic |
Definition at line 586 of file reader_struct.h.
References Struct< S >::LcfSize().
|
inlinestatic |
Definition at line 595 of file reader_struct.h.
|
inlinestatic |
Definition at line 580 of file reader_struct.h.
References Struct< S >::ReadLcf().
|
inlinestatic |
Definition at line 583 of file reader_struct.h.
References Struct< S >::WriteLcf().
|
inlinestatic |
Definition at line 589 of file reader_struct.h.
References Struct< S >::WriteXml().