class FileItemParser_Number

Internal utility for parsing numeric data lines. More...

Full nameTSE3::FileItemParser_Number
Definition#include <FileBlockParser.h>
Template formFileItemParser_Number<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(int) with the numeric value of the data string in a similar manner to FileItemParser_OnOff.

 FileItemParser_Number (T *obj, fn_t mfun)

FileItemParser_Number

void  parse (const std::string &data)

parse

Reimplemented from FileItemParser for internal purposes..