CMR  1.3.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
CMR_ENVIRONMENT Struct Reference

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

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: