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

#include <reader_struct.h>

+ Collaboration diagram for lcf::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 lcf::TypeReader< T, Category::Primitive >

Primitive Reader.

Definition at line 356 of file reader_struct.h.

Member Function Documentation

◆ BeginXml()

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

Definition at line 369 of file reader_struct.h.

◆ LcfSize()

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

Definition at line 363 of file reader_struct.h.

References lcf::Primitive< T >::LcfSize().

+ Here is the call graph for this function:

◆ ParseXml()

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

Definition at line 372 of file reader_struct.h.

References lcf::Primitive< T >::ParseXml().

+ Here is the call graph for this function:

◆ ReadLcf()

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

Definition at line 357 of file reader_struct.h.

References lcf::Primitive< T >::ReadLcf().

+ Here is the call graph for this function:

◆ WriteLcf()

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

Definition at line 360 of file reader_struct.h.

References lcf::Primitive< T >::WriteLcf().

+ Here is the call graph for this function:

◆ WriteXml()

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

Definition at line 366 of file reader_struct.h.

References lcf::Primitive< T >::WriteXml().

+ Here is the call graph for this function:

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