liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
StructXmlHandler< S > Class Template Reference
+ Inheritance diagram for StructXmlHandler< S >:
+ Collaboration diagram for StructXmlHandler< S >:

Public Member Functions

 StructXmlHandler (S &ref)
 
void StartElement (XmlReader &stream, const char *name, const char **)
 
void EndElement (XmlReader &, const char *)
 
void CharacterData (XmlReader &, const std::string &data)
 

Private Attributes

S & ref
 
const Field< S > * field
 

Detailed Description

template<class S>
class StructXmlHandler< S >

Definition at line 137 of file reader_struct.cpp.

Constructor & Destructor Documentation

template<class S >
StructXmlHandler< S >::StructXmlHandler ( S &  ref)
inline

Definition at line 139 of file reader_struct.cpp.

References Struct< S >::MakeTagMap().

+ Here is the call graph for this function:

Member Function Documentation

template<class S >
void StructXmlHandler< S >::CharacterData ( XmlReader ,
const std::string &  data 
)
inlinevirtual

Reimplemented from XmlHandler.

Definition at line 152 of file reader_struct.cpp.

References StructXmlHandler< S >::field, and StructXmlHandler< S >::ref.

template<class S >
void StructXmlHandler< S >::EndElement ( XmlReader ,
const char *   
)
inlinevirtual

Reimplemented from XmlHandler.

Definition at line 148 of file reader_struct.cpp.

References StructXmlHandler< S >::field.

template<class S >
void StructXmlHandler< S >::StartElement ( XmlReader stream,
const char *  name,
const char **   
)
inlinevirtual

Reimplemented from XmlHandler.

Definition at line 143 of file reader_struct.cpp.

References StructXmlHandler< S >::field, and StructXmlHandler< S >::ref.

Member Data Documentation

template<class S >
const Field<S>* StructXmlHandler< S >::field
private
template<class S >
S& StructXmlHandler< S >::ref
private

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