liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
RawStruct< RPG::Rect > Struct Template Reference
+ Collaboration diagram for RawStruct< RPG::Rect >:

Static Public Member Functions

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

Detailed Description

template<>
struct RawStruct< RPG::Rect >

Definition at line 12 of file lmt_rect.cpp.

Member Function Documentation

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

Definition at line 80 of file lmt_rect.cpp.

References XmlReader::SetHandler().

+ Here is the call graph for this function:

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

Definition at line 38 of file lmt_rect.cpp.

void RawStruct< RPG::Rect >::ReadLcf ( RPG::Rect ref,
LcfReader stream,
uint32_t  length 
)
static

Reads MapInfo Rect.

Definition at line 23 of file lmt_rect.cpp.

References RPG::Rect::b, RPG::Rect::l, RPG::Rect::r, LcfReader::Read(), and RPG::Rect::t.

+ Here is the call graph for this function:

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

Definition at line 31 of file lmt_rect.cpp.

References RPG::Rect::b, RPG::Rect::l, RPG::Rect::r, RPG::Rect::t, and LcfWriter::Write().

+ Here is the call graph for this function:

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

Definition at line 42 of file lmt_rect.cpp.

References RPG::Rect::b, XmlWriter::BeginElement(), XmlWriter::EndElement(), RPG::Rect::l, RPG::Rect::r, RPG::Rect::t, and XmlWriter::WriteNode().

+ Here is the call graph for this function:


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