#include <utility>#include <iostream>#include <fstream>#include <string>#include <algorithm>#include <strstream>#include <cctype>#include "BCP_error.hpp"#include "BCP_string.hpp"#include "BCP_vector.hpp"#include "BCP_buffer.hpp"Include dependency graph for BCP_parameters.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | BCP_parameter |
| This parameter indeintifies a single parameter entry. More... | |
| class | BCP_parameter_set< Par > |
| This is the class serves as a holder for a set of parameters. More... | |
Defines | |
| #define | BCP_STRINGSTREAM std::istrstream |
Enumerations | |
| enum | BCP_parameter_t { BCP_NoPar, BCP_CharPar, BCP_IntPar, BCP_DoublePar, BCP_StringPar, BCP_StringArrayPar } |
| This enumerative constant describes the possible parameter types. More... | |
| #define BCP_STRINGSTREAM std::istrstream |
Definition at line 22 of file BCP_parameters.hpp.
Referenced by BCP_parameter_set< BCP_tm_par >::read_from_arglist().
| enum BCP_parameter_t |
This enumerative constant describes the possible parameter types.
| BCP_NoPar |
The type is not yet specified.
Used only in the default constructor of a BCP parameter. |
| BCP_CharPar | Character parameter. |
| BCP_IntPar | Integer parameter. |
| BCP_DoublePar | Double parameter. |
| BCP_StringPar | String parameter. |
| BCP_StringArrayPar |
The parameter is an array of strings.
(E.g., the names of machines in the parallel configuration.) |
Definition at line 31 of file BCP_parameters.hpp.
1.4.7