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

Public Member Functions

 EventCommandVectorXmlHandler (std::vector< RPG::EventCommand > &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::EventCommand > & ref
 

Detailed Description

Definition at line 177 of file ldb_eventcommand.cpp.

Constructor & Destructor Documentation

EventCommandVectorXmlHandler::EventCommandVectorXmlHandler ( std::vector< RPG::EventCommand > &  ref)
inline

Definition at line 179 of file ldb_eventcommand.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 EventCommandVectorXmlHandler::StartElement ( XmlReader stream,
const char *  name,
const char **   
)
inlinevirtual

Reimplemented from XmlHandler.

Definition at line 181 of file ldb_eventcommand.cpp.

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

+ Here is the call graph for this function:

Member Data Documentation

std::vector<RPG::EventCommand>& EventCommandVectorXmlHandler::ref
private

Definition at line 189 of file ldb_eventcommand.cpp.

Referenced by StartElement().


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