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

Member Function Documentation

◆ BeginXml()

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

Definition at line 303 of file reader_struct.h.

◆ LcfSize()

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

Definition at line 297 of file reader_struct.h.

References Primitive< T >::LcfSize().

+ Here is the call graph for this function:

◆ ParseXml()

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

Definition at line 306 of file reader_struct.h.

References Data::data, and Primitive< T >::ParseXml().

+ Here is the call graph for this function:

◆ ReadLcf()

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

Definition at line 291 of file reader_struct.h.

References Primitive< T >::ReadLcf().

+ Here is the call graph for this function:

◆ WriteLcf()

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

Definition at line 294 of file reader_struct.h.

References Primitive< T >::WriteLcf().

+ Here is the call graph for this function:

◆ WriteXml()

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

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