Public Member Functions | |
InputLineHandler () | |
virtual | ~InputLineHandler () |
virtual void | handleLine (char myline[]) |
void | setMaxCount (int _maxcount) |
void | setArray (T *_array) |
int | getCount (void) |
Protected Attributes | |
T * | array |
int | maxcount |
int | ix |
Definition at line 89 of file build_prams.cpp.
InputLineHandler< T >::InputLineHandler | ( | ) | [inline] |
Definition at line 97 of file build_prams.cpp.
virtual InputLineHandler< T >::~InputLineHandler | ( | ) | [inline, virtual] |
Definition at line 101 of file build_prams.cpp.
int InputLineHandler< T >::getCount | ( | void | ) | [inline] |
Definition at line 109 of file build_prams.cpp.
Referenced by load().
virtual void InputLineHandler< T >::handleLine | ( | char | myline[] | ) | [inline, virtual] |
Reimplemented in FtwHandler, QdacHandler, IntclkHandler, InputOffsetHandler, and VRangeHandler.
Definition at line 103 of file build_prams.cpp.
Referenced by DefinitionFileHandler< T >::processFile().
void InputLineHandler< T >::setArray | ( | T * | _array | ) | [inline] |
Definition at line 108 of file build_prams.cpp.
Referenced by load().
void InputLineHandler< T >::setMaxCount | ( | int | _maxcount | ) | [inline] |
Definition at line 107 of file build_prams.cpp.
Referenced by load().
T* InputLineHandler< T >::array [protected] |
Definition at line 91 of file build_prams.cpp.
Referenced by InputLineHandler< struct LLC200_INIT >::setArray().
int InputLineHandler< T >::ix [protected] |
Definition at line 93 of file build_prams.cpp.
Referenced by InputLineHandler< struct LLC200_INIT >::getCount(), and InputLineHandler< struct LLC200_INIT >::InputLineHandler().
int InputLineHandler< T >::maxcount [protected] |
Definition at line 92 of file build_prams.cpp.
Referenced by InputLineHandler< struct LLC200_INIT >::setMaxCount().