liblcf
Loading...
Searching...
No Matches
lcf::RawStruct< T > Struct Template Reference

#include <reader_struct.h>

+ Collaboration diagram for lcf::RawStruct< T >:

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)
 

Detailed Description

template<class T>
struct lcf::RawStruct< T >

Raw structure reader template.

Definition at line 126 of file reader_struct.h.

Member Function Documentation

◆ BeginXml()

template<class T >
static void lcf::RawStruct< T >::BeginXml ( T &  ref,
XmlReader &  stream 
)
static

Referenced by lcf::TypeReader< T, Category::RawStruct >::BeginXml().

+ Here is the caller graph for this function:

◆ LcfSize()

template<class T >
static int lcf::RawStruct< T >::LcfSize ( const T &  ref,
LcfWriter &  stream 
)
static

Referenced by lcf::RawStruct< std::vector< rpg::MoveCommand > >::LcfSize(), and lcf::TypeReader< T, Category::RawStruct >::LcfSize().

+ Here is the caller graph for this function:

◆ ReadLcf()

template<class T >
static void lcf::RawStruct< T >::ReadLcf ( T &  ref,
LcfReader &  stream,
uint32_t  length 
)
static

Referenced by lcf::RawStruct< std::vector< rpg::EventCommand > >::ReadLcf(), lcf::RawStruct< std::vector< rpg::MoveCommand > >::ReadLcf(), and lcf::TypeReader< T, Category::RawStruct >::ReadLcf().

+ Here is the caller graph for this function:

◆ WriteLcf()

template<class T >
static void lcf::RawStruct< T >::WriteLcf ( const T &  ref,
LcfWriter &  stream 
)
static

Referenced by lcf::RawStruct< std::vector< rpg::MoveCommand > >::WriteLcf(), and lcf::TypeReader< T, Category::RawStruct >::WriteLcf().

+ Here is the caller graph for this function:

◆ WriteXml()

template<class T >
static void lcf::RawStruct< T >::WriteXml ( const T &  ref,
XmlWriter &  stream 
)
static

Referenced by lcf::RawStruct< std::vector< rpg::EventCommand > >::WriteXml(), lcf::RawStruct< std::vector< rpg::MoveCommand > >::WriteXml(), and lcf::TypeReader< T, Category::RawStruct >::WriteXml().

+ Here is the caller graph for this function:

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