/home/coin/svn-release/OptimizationSuite-1.1.0/Bcp/src/include/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...

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 Documentation

#define BCP_STRINGSTREAM   std::istrstream

Definition at line 22 of file BCP_parameters.hpp.


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.


Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1