liblcf
|
#include <reader_struct.h>
Static Public Member Functions | |
static void | ReadLcf (S &obj, T S::*ref, LcfReader &stream, uint32_t length) |
static void | WriteLcf (const S &obj, const T S::*ref, LcfWriter &stream) |
static int | LcfSize (const S &obj, const T S::*ref, LcfWriter &stream) |
static void | WriteXml (const S &obj, const T S::*ref, XmlWriter &stream) |
static void | BeginXml (S &obj, T S::*ref, XmlReader &stream) |
static void | ParseXml (S &obj, T S::*ref, const std::string &data) |
Structure field reader.
Definition at line 275 of file reader_struct.h.
|
inlinestatic |
Definition at line 288 of file reader_struct.h.
Referenced by TypedField< S, T >::BeginXml().
|
inlinestatic |
Definition at line 282 of file reader_struct.h.
Referenced by TypedField< S, T >::LcfSize().
|
inlinestatic |
Definition at line 291 of file reader_struct.h.
Referenced by TypedField< S, T >::ParseXml().
|
inlinestatic |
Definition at line 276 of file reader_struct.h.
Referenced by TypedField< S, T >::ReadLcf().
|
inlinestatic |
Definition at line 279 of file reader_struct.h.
Referenced by TypedField< S, T >::WriteLcf().
|
inlinestatic |
Definition at line 285 of file reader_struct.h.
Referenced by TypedField< S, T >::WriteXml().