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

#include <reader_struct.h>

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

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 &ref, XmlReader &stream)
 
static void ParseXml (T &, const std::string &)
 

Detailed Description

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

Wrapper XML handler struct.

Definition at line 745 of file reader_struct.h.

Member Function Documentation

◆ BeginXml()

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

Definition at line 758 of file reader_struct.h.

References lcf::Flags< S >::BeginXml().

+ Here is the call graph for this function:

◆ LcfSize()

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

Definition at line 752 of file reader_struct.h.

References lcf::Flags< S >::LcfSize().

+ Here is the call graph for this function:

◆ ParseXml()

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

Definition at line 761 of file reader_struct.h.

◆ ReadLcf()

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

Definition at line 746 of file reader_struct.h.

References lcf::Flags< S >::ReadLcf().

+ Here is the call graph for this function:

◆ WriteLcf()

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

Definition at line 749 of file reader_struct.h.

References lcf::Flags< S >::WriteLcf().

+ Here is the call graph for this function:

◆ WriteXml()

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

Definition at line 755 of file reader_struct.h.

References lcf::Flags< S >::WriteXml().

+ Here is the call graph for this function:

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