|
PolyBoRi
|
This struct contains auxiliary type definitions. More...
#include <pbori_defs.h>
Public Types | |
| typedef bool | bool_type |
| Type for standard true/false statements. | |
| typedef unsigned int | size_type |
| Type for lengths, dimensions, etc. | |
| typedef int | integer_type |
| Type for integer numbers. | |
| typedef int | idx_type |
| Type for indices. | |
| typedef std::size_t | hash_type |
| Type for hashing. | |
| typedef unsigned int | errornum_type |
| Type used to store error codes. | |
| typedef int | comp_type |
| Type for comparisons. | |
| typedef int | ordercode_type |
| Type for ordering codes. | |
| typedef const char * | errortext_type |
| Type used to verbose error information. | |
| typedef std::ostream | ostream_type |
| Type for out-stream. | |
| typedef const char * | vartext_type |
| Type for setting/getting names of variables. | |
This struct contains auxiliary type definitions.
| typedef bool polybori::CAuxTypes::bool_type |
Type for standard true/false statements.
| typedef int polybori::CAuxTypes::comp_type |
Type for comparisons.
| typedef unsigned int polybori::CAuxTypes::errornum_type |
Type used to store error codes.
| typedef const char* polybori::CAuxTypes::errortext_type |
Type used to verbose error information.
| typedef std::size_t polybori::CAuxTypes::hash_type |
Type for hashing.
| typedef int polybori::CAuxTypes::idx_type |
Type for indices.
| typedef int polybori::CAuxTypes::integer_type |
Type for integer numbers.
| typedef int polybori::CAuxTypes::ordercode_type |
Type for ordering codes.
Reimplemented in polybori::BooleEnv.
| typedef std::ostream polybori::CAuxTypes::ostream_type |
Type for out-stream.
| typedef unsigned int polybori::CAuxTypes::size_type |
Type for lengths, dimensions, etc.
| typedef const char* polybori::CAuxTypes::vartext_type |
Type for setting/getting names of variables.
Reimplemented in polybori::BooleEnv.
1.7.6.1