Dip
0.92.4
|
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 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.
References type_.
Referenced by AlpsParameterSet::setEntry().
|
inline |
Return the index of the parameter within all parameters of the same
type.
Definition at line 107 of file AlpsParameterBase.h.
References index_.
Referenced by AlpsParameterSet::setEntry().
|
private |
The type of the parameter (e.g., AlpsIntPar).
Definition at line 83 of file AlpsParameterBase.h.
Referenced by type().
|
private |
The index of this parameter within all parameters of the same type.
Definition at line 85 of file AlpsParameterBase.h.
Referenced by index().