Public Member Functions | Protected Attributes

InputLineHandler< T > Class Template Reference

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

Detailed Description

template<class T>
class InputLineHandler< T >

Definition at line 89 of file build_prams.cpp.


Constructor & Destructor Documentation

template<class T>
InputLineHandler< T >::InputLineHandler (  )  [inline]

Definition at line 97 of file build_prams.cpp.

template<class T>
virtual InputLineHandler< T >::~InputLineHandler (  )  [inline, virtual]

Definition at line 101 of file build_prams.cpp.


Member Function Documentation

template<class T>
int InputLineHandler< T >::getCount ( void   )  [inline]

Definition at line 109 of file build_prams.cpp.

Referenced by load().

template<class T>
virtual void InputLineHandler< T >::handleLine ( char  myline[]  )  [inline, virtual]
template<class T>
void InputLineHandler< T >::setArray ( T *  _array  )  [inline]

Definition at line 108 of file build_prams.cpp.

Referenced by load().

template<class T>
void InputLineHandler< T >::setMaxCount ( int  _maxcount  )  [inline]

Definition at line 107 of file build_prams.cpp.

Referenced by load().


Field Documentation

template<class T>
T* InputLineHandler< T >::array [protected]

Definition at line 91 of file build_prams.cpp.

Referenced by InputLineHandler< struct LLC200_INIT >::setArray().

template<class T>
int InputLineHandler< T >::ix [protected]
template<class T>
int InputLineHandler< T >::maxcount [protected]

Definition at line 92 of file build_prams.cpp.

Referenced by InputLineHandler< struct LLC200_INIT >::setMaxCount().


The documentation for this class was generated from the following file: