libSBML C++ API  5.18.0
operationReturnValues.cpp File Reference

Enumeration of values returned by operations within libSBML. More...

Include dependency graph for operationReturnValues.cpp:

Functions

const char * OperationReturnValue_toString (int returnValue)
 This method takes an SBML operation return value and returns a string representing the code. More...
 

Variables

static OperationReturnValues_t SBML_OPERATION_RETURN_VALUES_INDICES []
 
static const char * SBML_OPERATION_RETURN_VALUES_STRINGS []
 

Detailed Description

Enumeration of values returned by operations within libSBML.

Author
Sarah Keating

Function Documentation

const char* OperationReturnValue_toString ( int  returnValue)

This method takes an SBML operation return value and returns a string representing the code.

Parameters
returnValuethe operation return value to convert to a string.
Returns
a human readable name for the given OperationReturnValues_t value.
Note
The caller does not own the returned string and is therefore not allowed to modify it.

Variable Documentation

OperationReturnValues_t SBML_OPERATION_RETURN_VALUES_INDICES[]
static
const char* SBML_OPERATION_RETURN_VALUES_STRINGS[]
static