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

Static Public Member Functions

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

Detailed Description

template<>
struct RawStruct< RPG::EventCommand >

Definition at line 16 of file ldb_eventcommand.cpp.

Member Function Documentation

◆ BeginXml()

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

Definition at line 137 of file ldb_eventcommand.cpp.

References XmlReader::SetHandler().

+ Here is the call graph for this function:

◆ LcfSize()

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

Definition at line 66 of file ldb_eventcommand.cpp.

References RPG::EventCommand::code, LcfWriter::Decode(), RPG::EventCommand::indent, LcfReader::IntSize(), RPG::EventCommand::parameters, and RPG::EventCommand::string.

+ Here is the call graph for this function:

◆ ReadLcf()

void RawStruct< RPG::EventCommand >::ReadLcf ( RPG::EventCommand event_command,
LcfReader stream,
uint32_t  length 
)
static

Reads Event Command.

Definition at line 36 of file ldb_eventcommand.cpp.

References RPG::EventCommand::code, RPG::EventCommand::indent, LcfReader::IntBuffer(), RPG::EventCommand::parameters, LcfReader::Read(), LcfReader::ReadInt(), LcfReader::ReadString(), and RPG::EventCommand::string.

+ Here is the call graph for this function:

◆ WriteLcf()

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

Definition at line 55 of file ldb_eventcommand.cpp.

References RPG::EventCommand::code, LcfWriter::Decode(), RPG::EventCommand::indent, RPG::EventCommand::parameters, RPG::EventCommand::string, LcfWriter::Write(), and LcfWriter::WriteInt().

+ Here is the call graph for this function:

◆ WriteXml()

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

Definition at line 79 of file ldb_eventcommand.cpp.

References XmlWriter::BeginElement(), RPG::EventCommand::code, XmlWriter::EndElement(), RPG::EventCommand::indent, RPG::EventCommand::parameters, RPG::EventCommand::string, and XmlWriter::WriteNode().

+ Here is the call graph for this function:

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