Bcp 1.4.4
Loading...
Searching...
No Matches
BCP_parameter Class Reference

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.
 

Detailed Description

This parameter indeintifies a single parameter entry.

Definition at line 52 of file BCP_parameters.hpp.

Constructor & Destructor Documentation

◆ BCP_parameter() [1/2]

BCP_parameter::BCP_parameter ( )
inline

The default constructor creates a phony parameter.

Definition at line 68 of file BCP_parameters.hpp.

◆ BCP_parameter() [2/2]

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::~BCP_parameter ( )
inline

The destructor.

Definition at line 73 of file BCP_parameters.hpp.

Member Function Documentation

◆ type()

BCP_parameter_t BCP_parameter::type ( ) const
inline

Return the type of the parameter.

Definition at line 79 of file BCP_parameters.hpp.

◆ index()

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.


The documentation for this class was generated from the following file: