liblcf
TypeReader< T, Category::Struct > Struct Template Reference

#include <reader_struct.h>

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

Static Public Member Functions

static void ReadLcf (T &ref, LcfReader &stream, uint32_t)
 
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::Struct >

Struct reader.

Definition at line 593 of file reader_struct.h.

Member Function Documentation

◆ BeginXml()

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

Definition at line 606 of file reader_struct.h.

References Struct< S >::BeginXml().

+ Here is the call graph for this function:

◆ LcfSize()

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

Definition at line 600 of file reader_struct.h.

References Struct< S >::LcfSize().

+ Here is the call graph for this function:

◆ ParseXml()

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

Definition at line 609 of file reader_struct.h.

◆ ReadLcf()

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

Definition at line 594 of file reader_struct.h.

References Struct< S >::ReadLcf().

+ Here is the call graph for this function:

◆ WriteLcf()

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

Definition at line 597 of file reader_struct.h.

References Struct< S >::WriteLcf().

+ Here is the call graph for this function:

◆ WriteXml()

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

Definition at line 603 of file reader_struct.h.

References Struct< S >::WriteXml().

+ Here is the call graph for this function:

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