liblcf
IDReaderT< S, true > Struct Template Reference

#include <reader_struct.h>

+ Collaboration diagram for IDReaderT< S, true >:

Static Public Member Functions

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)
 

Detailed Description

template<class S>
struct IDReaderT< S, true >

Definition at line 511 of file reader_struct.h.

Member Function Documentation

◆ IDSize()

template<class S >
static int IDReaderT< S, true >::IDSize ( const S &  obj)
inlinestatic

Definition at line 518 of file reader_struct.h.

References LcfReader::IntSize().

+ Here is the call graph for this function:

◆ ReadID()

template<class S >
static void IDReaderT< S, true >::ReadID ( S &  obj,
LcfReader stream 
)
inlinestatic

Definition at line 512 of file reader_struct.h.

References LcfReader::ReadInt().

+ Here is the call graph for this function:

◆ ReadIDXml()

template<class S >
static void IDReaderT< S, true >::ReadIDXml ( S &  obj,
const char **  atts 
)
inlinestatic

Definition at line 524 of file reader_struct.h.

◆ WriteID()

template<class S >
static void IDReaderT< S, true >::WriteID ( const S &  obj,
LcfWriter stream 
)
inlinestatic

Definition at line 515 of file reader_struct.h.

References LcfWriter::WriteInt().

+ Here is the call graph for this function:

◆ WriteXmlTag()

template<class S >
static void IDReaderT< S, true >::WriteXmlTag ( const S &  obj,
const std::string &  name,
XmlWriter stream 
)
inlinestatic

Definition at line 521 of file reader_struct.h.

References XmlWriter::BeginElement().

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: