class FileItemParser_OnOff

Internal utility for parsing On/Off/Yes/No data lines. More...

Full nameTSE3::FileItemParser_OnOff
Definition#include <FileBlockParser.h>
Template formFileItemParser_OnOff<class T>
InheritsTSE3::FileItemParser [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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".

 FileItemParser_OnOff (T *obj, fn_t mfun)

FileItemParser_OnOff

void  parse (const std::string &data)

parse

Reimplemented from FileItemParser for internal purposes..