CMR  1.3.0
Public Attributes | List of all members
CMR_ENVIRONMENT Struct Reference

#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_STACKstacks
 Array of stacks. More...
 

Member Data Documentation

◆ closeOutput

bool CMR_ENVIRONMENT::closeOutput

Whether to close the output stream at the end.

◆ currentStack

size_t CMR_ENVIRONMENT::currentStack

Index of last used stack.

◆ errorMessage

char* CMR_ENVIRONMENT::errorMessage

Error message.

◆ memStacks

size_t CMR_ENVIRONMENT::memStacks

Memory for stack array.

◆ numStacks

size_t CMR_ENVIRONMENT::numStacks

Number of allocated stacks in stack array.

◆ numThreads

int CMR_ENVIRONMENT::numThreads

Number of threads to use.

◆ output

FILE* CMR_ENVIRONMENT::output

Output stream or NULL if silent.

◆ stacks

CMR_STACK* CMR_ENVIRONMENT::stacks

Array of stacks.

◆ verbosity

int CMR_ENVIRONMENT::verbosity

Verbosity level.


The documentation for this struct was generated from the following file: