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 &, LcfWriter &) |
static void | WriteXml (const T &ref, XmlWriter &stream) |
static void | ParseXml (T &ref, const std::string &data) |
Primitive type reader template.
Definition at line 147 of file reader_struct.h.
Definition at line 173 of file reader_struct.h.
Referenced by TypeReader< T, Category::Primitive >::LcfSize().
|
inlinestatic |
Definition at line 179 of file reader_struct.h.
References Data::data, and XmlReader::Read().
Referenced by TypeReader< T, Category::Primitive >::ParseXml().
|
inlinestatic |
Definition at line 148 of file reader_struct.h.
References LcfReader::FromCurrent, LcfReader::Read(), LcfReader::Seek(), and LcfReader::Tell().
Referenced by TypeReader< T, Category::Primitive >::ReadLcf().
|
inlinestatic |
Definition at line 170 of file reader_struct.h.
References LcfWriter::Write().
Referenced by TypeReader< T, Category::Primitive >::WriteLcf().
|
inlinestatic |
Definition at line 176 of file reader_struct.h.
References XmlWriter::Write().
Referenced by TypeReader< T, Category::Primitive >::WriteXml().