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