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

#include <reader_struct.h>

+ Inheritance diagram for lcf::TypeReader< T, Category::Void >:
+ 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 95 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 106 of file reader_struct.h.

◆ LcfSize()

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

Definition at line 101 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 108 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 96 of file reader_struct.h.

◆ WriteLcf()

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

Definition at line 99 of file reader_struct.h.

◆ WriteXml()

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

Definition at line 104 of file reader_struct.h.


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