liblcf
RawStruct< std::vector< RPG::MoveCommand > > Struct Reference
+ Collaboration diagram for RawStruct< std::vector< RPG::MoveCommand > >:

Static Public Member Functions

static void ReadLcf (std::vector< RPG::MoveCommand > &ref, LcfReader &stream, uint32_t length)
 
static void WriteLcf (const std::vector< RPG::MoveCommand > &ref, LcfWriter &stream)
 
static int LcfSize (const std::vector< RPG::MoveCommand > &ref, LcfWriter &stream)
 
static void WriteXml (const std::vector< RPG::MoveCommand > &ref, XmlWriter &stream)
 
static void BeginXml (std::vector< RPG::MoveCommand > &ref, XmlReader &stream)
 

Detailed Description

Definition at line 24 of file lmu_movecommand.cpp.

Member Function Documentation

◆ BeginXml()

void RawStruct< std::vector< RPG::MoveCommand > >::BeginXml ( std::vector< RPG::MoveCommand > &  ref,
XmlReader stream 
)
static

Definition at line 220 of file lmu_movecommand.cpp.

References XmlReader::SetHandler().

+ Here is the call graph for this function:

◆ LcfSize()

int RawStruct< std::vector< RPG::MoveCommand > >::LcfSize ( const std::vector< RPG::MoveCommand > &  ref,
LcfWriter stream 
)
static

Definition at line 191 of file lmu_movecommand.cpp.

References RawStruct< T >::LcfSize().

+ Here is the call graph for this function:

◆ ReadLcf()

void RawStruct< std::vector< RPG::MoveCommand > >::ReadLcf ( std::vector< RPG::MoveCommand > &  ref,
LcfReader stream,
uint32_t  length 
)
static

Reads Move Commands.

Definition at line 175 of file lmu_movecommand.cpp.

References RawStruct< T >::ReadLcf(), and LcfReader::Tell().

+ Here is the call graph for this function:

◆ WriteLcf()

void RawStruct< std::vector< RPG::MoveCommand > >::WriteLcf ( const std::vector< RPG::MoveCommand > &  ref,
LcfWriter stream 
)
static

Definition at line 185 of file lmu_movecommand.cpp.

References RawStruct< T >::WriteLcf().

+ Here is the call graph for this function:

◆ WriteXml()

void RawStruct< std::vector< RPG::MoveCommand > >::WriteXml ( const std::vector< RPG::MoveCommand > &  ref,
XmlWriter stream 
)
static

Definition at line 199 of file lmu_movecommand.cpp.

References RawStruct< T >::WriteXml().

+ Here is the call graph for this function:

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