coin-Bcp
Classes | Macros | Enumerations
BCP_parameters.hpp File Reference
#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...
 

Macros

#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...
 

Macro Definition Documentation

#define BCP_STRINGSTREAM   std::istrstream

Enumeration Type Documentation

This enumerative constant describes the possible parameter types.

Enumerator
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.