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 PBORI_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 CAuxTypes::bool_type |
Type for standard true/false statements.
| typedef int CAuxTypes::comp_type |
Type for comparisons.
| typedef unsigned int CAuxTypes::errornum_type |
Type used to store error codes.
| typedef const char* CAuxTypes::errortext_type |
Type used to verbose error information.
| typedef std::size_t CAuxTypes::hash_type |
Type for hashing.
| typedef int CAuxTypes::idx_type |
Type for indices.
Reimplemented in COrderBase.
| typedef int CAuxTypes::integer_type |
Type for integer numbers.
| typedef int CAuxTypes::ordercode_type |
| typedef PBORI_OSTREAM CAuxTypes::ostream_type |
Type for out-stream.
| typedef unsigned int CAuxTypes::size_type |
Type for lengths, dimensions, etc.
Reimplemented in COrderBase.
| typedef const char* CAuxTypes::vartext_type |
1.6.3