Alps
1.5.3
|
This parameter indeintifies a single parameter entry. More...
#include <AlpsParameterBase.h>
Public Member Functions | |
Constructors / Destructor | |
AlpsParameter () | |
The default constructor creates a phony parameter. More... | |
AlpsParameter (const AlpsParameterT t, const int i) | |
Constructor where members are specified. More... | |
~AlpsParameter () | |
The destructor. More... | |
Query methods | |
AlpsParameterT | type () const |
Return the type of the parameter. More... | |
int | index () const |
Return the index of the parameter within all parameters of the same type. More... | |
This parameter indeintifies a single parameter entry.
Definition at line 77 of file AlpsParameterBase.h.
|
inline |
The default constructor creates a phony parameter.
Definition at line 93 of file AlpsParameterBase.h.
|
inline |
Constructor where members are specified.
Definition at line 95 of file AlpsParameterBase.h.
|
inline |
The destructor.
Definition at line 98 of file AlpsParameterBase.h.
|
inline |
Return the type of the parameter.
Definition at line 104 of file AlpsParameterBase.h.
|
inline |
Return the index of the parameter within all parameters of the same type.
Definition at line 107 of file AlpsParameterBase.h.