#include <XML.h>
Inheritance diagram for TSE3::File::XmlElementParser_ReasonOnOff< T, reason >:
Public Types | |
typedef void(T::* | fn_t )(reason, bool) |
Public Member Functions | |
XmlElementParser_ReasonOnOff (T *obj, fn_t mfun, reason r) | |
void | parse (const std::string &data) |
A TSE3 utility class.
A utility class implementing a specific type of XmlElementParser. This class will call a member function with signature void setXXX(reason r, bool) with the boolean value of the data string.
|
|
|
|
|
Implements TSE3::File::XmlElementParser. |