This parameter indeintifies a single parameter entry. More...
#include <BCP_parameters.hpp>
Public Member Functions | |
Constructors / Destructor | |
BCP_parameter () | |
The default constructor creates a phony parameter. More... | |
BCP_parameter (const BCP_parameter_t t, const int i) | |
Constructor where members are specified. More... | |
~BCP_parameter () | |
The destructor. More... | |
Query methods | |
BCP_parameter_t | 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 | |
BCP_parameter_t | _type |
The type of the parameter (e.g., BCP_IntPar). 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 52 of file BCP_parameters.hpp.
|
inline |
The default constructor creates a phony parameter.
Definition at line 68 of file BCP_parameters.hpp.
|
inline |
Constructor where members are specified.
Definition at line 70 of file BCP_parameters.hpp.
|
inline |
The destructor.
Definition at line 73 of file BCP_parameters.hpp.
|
inline |
Return the type of the parameter.
Definition at line 79 of file BCP_parameters.hpp.
|
inline |
Return the index of the parameter within all parameters of the same type.
Definition at line 82 of file BCP_parameters.hpp.
|
private |
The type of the parameter (e.g., BCP_IntPar).
Definition at line 58 of file BCP_parameters.hpp.
|
private |
The index of this parameter within all parameters of the same type.
Definition at line 60 of file BCP_parameters.hpp.