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

#include <reader_struct.h>

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

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 &ref, XmlReader &stream)
 
static void ParseXml (T &, const std::string &)
 

Detailed Description

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

Definition at line 96 of file reader_struct.h.

Member Function Documentation

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

Definition at line 109 of file reader_struct.h.

References RawStruct< T >::BeginXml().

+ Here is the call graph for this function:

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

Definition at line 103 of file reader_struct.h.

References RawStruct< T >::LcfSize().

+ Here is the call graph for this function:

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

Definition at line 112 of file reader_struct.h.

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

Definition at line 97 of file reader_struct.h.

References RawStruct< T >::ReadLcf().

+ Here is the call graph for this function:

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

Definition at line 100 of file reader_struct.h.

References RawStruct< T >::WriteLcf().

+ Here is the call graph for this function:

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

Definition at line 106 of file reader_struct.h.

References RawStruct< T >::WriteXml().

+ Here is the call graph for this function:


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