#include <FileBlockParser.h>
Inheritance diagram for TSE3::FileItemParser_OnOff< T >:
Public Types | |
typedef void(T::* | fn_t )(bool) |
Public Member Functions | |
FileItemParser_OnOff (T *obj, fn_t mfun) | |
void | parse (const std::string &data) |
A TSE3 utility class.
A utility class implementing a specific type of FileItemParser. This class will call a member function with signature void setXXX(bool) with the value true if the data string is either "On" or "Yes".
|
|
|
|
|
Implements TSE3::FileItemParser. |