#include <FileBlockParser.h>
Inheritance diagram for TSE3::FileItemParser_String< T >:
Public Types | |
typedef void(T::* | fn_t )(const std::string &) |
Public Member Functions | |
FileItemParser_String (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(const string &) with the string in the data string.
|
|
|
|
|
Implements TSE3::FileItemParser. |