liblcf
|
#include <reader_struct.h>
Static Public Member Functions | |
static void | ReadLcf (std::vector< T > &ref, LcfReader &stream, uint32_t length) |
static void | WriteLcf (const std::vector< T > &ref, LcfWriter &stream) |
static int | LcfSize (const std::vector< T > &ref, LcfWriter &) |
static void | WriteXml (const std::vector< T > &ref, XmlWriter &stream) |
static void | ParseXml (std::vector< T > &ref, const std::string &data) |
Vector specialization.
Definition at line 161 of file reader_struct.h.
|
inlinestatic |
Definition at line 176 of file reader_struct.h.
|
inlinestatic |
Definition at line 182 of file reader_struct.h.
References XmlReader::Read().
|
inlinestatic |
Definition at line 162 of file reader_struct.h.
References LcfReader::Read().
|
inlinestatic |
Definition at line 173 of file reader_struct.h.
References LcfWriter::Write().
|
inlinestatic |
Definition at line 179 of file reader_struct.h.
References XmlWriter::Write().