liblcf
Loading...
Searching...
No Matches
lcf::TypeReader< T, Category::Void > Struct Template Reference

#include <reader_struct.h>

+ Collaboration diagram for lcf::TypeReader< T, Category::Void >:

Static Public Member Functions

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

Detailed Description

template<class T>
struct lcf::TypeReader< T, Category::Void >

Void reader template.

Definition at line 109 of file reader_struct.h.

Member Function Documentation

◆ BeginXml()

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

Definition at line 120 of file reader_struct.h.

◆ LcfSize()

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

Definition at line 115 of file reader_struct.h.

◆ ParseXml()

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

Definition at line 122 of file reader_struct.h.

◆ ReadLcf()

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

Definition at line 110 of file reader_struct.h.

◆ WriteLcf()

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

Definition at line 113 of file reader_struct.h.

◆ WriteXml()

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

Definition at line 118 of file reader_struct.h.


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