|
liblcf
|
#include <reader_struct.h>
Collaboration diagram for FieldReader< S, T >: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().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 282 of file reader_struct.h.
Referenced by TypedField< S, T >::LcfSize().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 291 of file reader_struct.h.
Referenced by TypedField< S, T >::ParseXml().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 276 of file reader_struct.h.
Referenced by TypedField< S, T >::ReadLcf().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 279 of file reader_struct.h.
Referenced by TypedField< S, T >::WriteLcf().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 285 of file reader_struct.h.
Referenced by TypedField< S, T >::WriteXml().
Here is the caller graph for this function: