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