Alps
2.0.2
|
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... | |
Private Attributes | |
Data members | |
AlpsParameterT | type_ |
The type of the parameter (e.g., AlpsIntPar). More... | |
int | index_ |
The index of this parameter within all parameters of the same type. More... | |
This parameter indeintifies a single parameter entry.
Definition at line 81 of file AlpsParameterBase.h.
|
inline |
The default constructor creates a phony parameter.
Definition at line 97 of file AlpsParameterBase.h.
|
inline |
Constructor where members are specified.
Definition at line 99 of file AlpsParameterBase.h.
|
inline |
The destructor.
Definition at line 102 of file AlpsParameterBase.h.
|
inline |
Return the type of the parameter.
Definition at line 108 of file AlpsParameterBase.h.
|
inline |
Return the index of the parameter within all parameters of the same type.
Definition at line 111 of file AlpsParameterBase.h.
|
private |
The type of the parameter (e.g., AlpsIntPar).
Definition at line 87 of file AlpsParameterBase.h.
|
private |
The index of this parameter within all parameters of the same type.
Definition at line 89 of file AlpsParameterBase.h.