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

Static Public Member Functions

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

Detailed Description

template<>
struct RawStruct< std::vector< RPG::EventCommand > >

Definition at line 25 of file ldb_eventcommand.cpp.

Member Function Documentation

◆ BeginXml()

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

Definition at line 227 of file ldb_eventcommand.cpp.

References XmlReader::SetHandler().

+ Here is the call graph for this function:

◆ LcfSize()

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

Definition at line 197 of file ldb_eventcommand.cpp.

◆ ReadLcf()

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

Reads event commands.

Definition at line 144 of file ldb_eventcommand.cpp.

References LcfReader::Eof(), LcfReader::FromCurrent, LcfReader::FromStart, LcfReader::Peek(), LcfReader::Read(), RawStruct< T >::ReadLcf(), LcfReader::Seek(), and LcfReader::Tell().

+ Here is the call graph for this function:

◆ WriteLcf()

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

Definition at line 189 of file ldb_eventcommand.cpp.

References LcfWriter::WriteInt().

+ Here is the call graph for this function:

◆ WriteXml()

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

Definition at line 206 of file ldb_eventcommand.cpp.


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