liblcf
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 533 of file reader_struct.h.

Member Function Documentation

◆ IDSize()

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

Definition at line 536 of file reader_struct.h.

◆ ReadID()

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

Definition at line 534 of file reader_struct.h.

◆ ReadIDXml()

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

Definition at line 540 of file reader_struct.h.

◆ WriteID()

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

Definition at line 535 of file reader_struct.h.

◆ WriteXmlTag()

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

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