liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MoveCommandVectorXmlHandler Class Reference
+ Inheritance diagram for MoveCommandVectorXmlHandler:
+ Collaboration diagram for MoveCommandVectorXmlHandler:

Public Member Functions

 MoveCommandVectorXmlHandler (std::vector< RPG::MoveCommand > &ref)
 
void StartElement (XmlReader &stream, const char *name, const char **)
 
virtual void CharacterData (XmlReader &, const std::string &)
 
virtual void EndElement (XmlReader &, const char *)
 

Private Attributes

std::vector< RPG::MoveCommand > & ref
 

Detailed Description

Definition at line 201 of file lmu_movecommand.cpp.

Constructor & Destructor Documentation

MoveCommandVectorXmlHandler::MoveCommandVectorXmlHandler ( std::vector< RPG::MoveCommand > &  ref)
inline

Definition at line 203 of file lmu_movecommand.cpp.

Member Function Documentation

virtual void XmlHandler::CharacterData ( XmlReader ,
const std::string &   
)
inlinevirtualinherited

Reimplemented in MoveCommandXmlHandler, StructXmlHandler< S >, EventCommandXmlHandler, FlagsXmlHandler< S >, TreeMapXmlHandler, ParametersXmlHandler, EquipmentXmlHandler, and RectXmlHandler.

Definition at line 129 of file reader_xml.h.

Referenced by XmlReader::EndElement().

+ Here is the caller graph for this function:

virtual void XmlHandler::EndElement ( XmlReader ,
const char *   
)
inlinevirtualinherited
void MoveCommandVectorXmlHandler::StartElement ( XmlReader stream,
const char *  name,
const char **   
)
inlinevirtual

Reimplemented from XmlHandler.

Definition at line 205 of file lmu_movecommand.cpp.

References XmlReader::Error(), ref, and XmlReader::SetHandler().

+ Here is the call graph for this function:

Member Data Documentation

std::vector<RPG::MoveCommand>& MoveCommandVectorXmlHandler::ref
private

Definition at line 213 of file lmu_movecommand.cpp.

Referenced by StartElement().


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