liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
IDReaderT< S, false > Struct Template Reference

#include <reader_struct.h>

+ Collaboration diagram for IDReaderT< S, false >:

Static Public Member Functions

static void ReadID (S &, LcfReader &)
 
static void WriteID (const S &, LcfWriter &)
 
static int IDSize (const S &)
 
static void WriteXmlTag (const S &, const std::string &name, XmlWriter &stream)
 
static void ReadIDXml (S &, const char **)
 

Detailed Description

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

Definition at line 497 of file reader_struct.h.

Member Function Documentation

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

Definition at line 500 of file reader_struct.h.

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

Definition at line 498 of file reader_struct.h.

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

Definition at line 504 of file reader_struct.h.

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

Definition at line 499 of file reader_struct.h.

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

Definition at line 501 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: