#include <reader_struct.h>
|
static void | ReadID (S &obj, LcfReader &stream) |
static void | WriteID (const S &obj, LcfWriter &stream) |
static int | IDSize (const S &obj) |
static void | WriteXmlTag (const S &obj, const std::string &name, XmlWriter &stream) |
static void | ReadIDXml (S &obj, const char **atts) |
template<class S>
struct lcf::IDReaderT< S, true >
Definition at line 563 of file reader_struct.h.
◆ IDSize()
◆ ReadID()
template<class S>
void lcf::IDReaderT< S, true >::ReadID |
( |
S & | obj, |
|
|
LcfReader & | stream ) |
|
inlinestatic |
◆ ReadIDXml()
template<class S>
void lcf::IDReaderT< S, true >::ReadIDXml |
( |
S & | obj, |
|
|
const char ** | atts ) |
|
inlinestatic |
◆ WriteID()
template<class S>
void lcf::IDReaderT< S, true >::WriteID |
( |
const S & | obj, |
|
|
LcfWriter & | stream ) |
|
inlinestatic |
◆ WriteXmlTag()
template<class S>
void lcf::IDReaderT< S, true >::WriteXmlTag |
( |
const S & | obj, |
|
|
const std::string & | name, |
|
|
XmlWriter & | stream ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: