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 137 of file reader_struct.h.
Definition at line 146 of file reader_struct.h.
Referenced by TypeReader< T, Category::Primitive >::LcfSize().
|
inlinestatic |
Definition at line 152 of file reader_struct.h.
References XmlReader::Read().
Referenced by TypeReader< T, Category::Primitive >::ParseXml().
|
inlinestatic |
Definition at line 138 of file reader_struct.h.
References LcfReader::Read().
Referenced by TypeReader< T, Category::Primitive >::ReadLcf().
|
inlinestatic |
Definition at line 143 of file reader_struct.h.
References LcfWriter::Write().
Referenced by TypeReader< T, Category::Primitive >::WriteLcf().
|
inlinestatic |
Definition at line 149 of file reader_struct.h.
References XmlWriter::Write().
Referenced by TypeReader< T, Category::Primitive >::WriteXml().