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

Public Member Functions

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

Private Attributes

S & obj
 
bool * field
 

Detailed Description

template<class S>
class FlagsXmlHandler< S >

Definition at line 78 of file reader_flags.cpp.

Constructor & Destructor Documentation

template<class S >
FlagsXmlHandler< S >::FlagsXmlHandler ( S &  obj)
inline

Definition at line 83 of file reader_flags.cpp.

References Flags< S >::MakeTagMap().

+ Here is the call graph for this function:

Member Function Documentation

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

Reimplemented from XmlHandler.

Definition at line 101 of file reader_flags.cpp.

References Data::data, and FlagsXmlHandler< S >::field.

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

Reimplemented from XmlHandler.

Definition at line 98 of file reader_flags.cpp.

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

Reimplemented from XmlHandler.

Definition at line 87 of file reader_flags.cpp.

References XmlReader::Error(), and Flags< S >::Flag::ref.

+ Here is the call graph for this function:

Member Data Documentation

template<class S >
bool* FlagsXmlHandler< S >::field
private

Definition at line 81 of file reader_flags.cpp.

Referenced by FlagsXmlHandler< S >::CharacterData().

template<class S >
S& FlagsXmlHandler< S >::obj
private

Definition at line 80 of file reader_flags.cpp.


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