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 181 of file reader_struct.h.
|
inlinestatic |
Definition at line 207 of file reader_struct.h.
Referenced by lcf::TypeReader< T, Category::Primitive >::LcfSize().
|
inlinestatic |
Definition at line 213 of file reader_struct.h.
Referenced by lcf::TypeReader< T, Category::Primitive >::ParseXml().
|
inlinestatic |
Definition at line 182 of file reader_struct.h.
Referenced by lcf::TypeReader< T, Category::Primitive >::ReadLcf().
|
inlinestatic |
Definition at line 204 of file reader_struct.h.
Referenced by lcf::TypeReader< T, Category::Primitive >::WriteLcf().
|
inlinestatic |
Definition at line 210 of file reader_struct.h.
Referenced by lcf::TypeReader< T, Category::Primitive >::WriteXml().