![]() |
CMR
1.3.0
|
#include <env_internal.h>
Public Attributes | |
| char * | errorMessage |
| Error message. | |
| FILE * | output |
Output stream or NULL if silent. | |
| bool | closeOutput |
| Whether to close the output stream at the end. | |
| int | verbosity |
| Verbosity level. | |
| int | numThreads |
| Number of threads to use. | |
| size_t | numStacks |
| Number of allocated stacks in stack array. | |
| size_t | memStacks |
| Memory for stack array. | |
| size_t | currentStack |
| Index of last used stack. | |
| CMR_STACK * | stacks |
| Array of stacks. | |
| bool CMR_ENVIRONMENT::closeOutput |
Whether to close the output stream at the end.
| size_t CMR_ENVIRONMENT::currentStack |
Index of last used stack.
| char* CMR_ENVIRONMENT::errorMessage |
Error message.
| size_t CMR_ENVIRONMENT::memStacks |
Memory for stack array.
| size_t CMR_ENVIRONMENT::numStacks |
Number of allocated stacks in stack array.
| int CMR_ENVIRONMENT::numThreads |
Number of threads to use.
| FILE* CMR_ENVIRONMENT::output |
Output stream or NULL if silent.
| CMR_STACK* CMR_ENVIRONMENT::stacks |
Array of stacks.
| int CMR_ENVIRONMENT::verbosity |
Verbosity level.