liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TypeReader< T, Category::Primitive > Struct Template Reference

#include <reader_struct.h>

+ Collaboration diagram for TypeReader< T, Category::Primitive >:

Static Public Member Functions

static void ReadLcf (T &ref, LcfReader &stream, uint32_t length)
 
static void WriteLcf (const T &ref, LcfWriter &stream)
 
static int LcfSize (const T &ref, LcfWriter &stream)
 
static void WriteXml (const T &ref, XmlWriter &stream)
 
static void BeginXml (T &, XmlReader &)
 
static void ParseXml (T &ref, const std::string &data)
 

Detailed Description

template<class T>
struct TypeReader< T, Category::Primitive >

Primitive Reader.

Definition at line 250 of file reader_struct.h.

Member Function Documentation

template<class T >
static void TypeReader< T, Category::Primitive >::BeginXml ( T &  ,
XmlReader  
)
inlinestatic

Definition at line 263 of file reader_struct.h.

template<class T >
static int TypeReader< T, Category::Primitive >::LcfSize ( const T &  ref,
LcfWriter stream 
)
inlinestatic

Definition at line 257 of file reader_struct.h.

References Primitive< T >::LcfSize().

+ Here is the call graph for this function:

template<class T >
static void TypeReader< T, Category::Primitive >::ParseXml ( T &  ref,
const std::string &  data 
)
inlinestatic

Definition at line 266 of file reader_struct.h.

References Primitive< T >::ParseXml().

+ Here is the call graph for this function:

template<class T >
static void TypeReader< T, Category::Primitive >::ReadLcf ( T &  ref,
LcfReader stream,
uint32_t  length 
)
inlinestatic

Definition at line 251 of file reader_struct.h.

References Primitive< T >::ReadLcf().

+ Here is the call graph for this function:

template<class T >
static void TypeReader< T, Category::Primitive >::WriteLcf ( const T &  ref,
LcfWriter stream 
)
inlinestatic

Definition at line 254 of file reader_struct.h.

References Primitive< T >::WriteLcf().

+ Here is the call graph for this function:

template<class T >
static void TypeReader< T, Category::Primitive >::WriteXml ( const T &  ref,
XmlWriter stream 
)
inlinestatic

Definition at line 260 of file reader_struct.h.

References Primitive< T >::WriteXml().

+ Here is the call graph for this function:


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