Loading [MathJax]/extensions/tex2jax.js
libSBML C++ API  5.20.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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

◆ OperationReturnValue_toString()

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

◆ SBML_OPERATION_RETURN_VALUES_INDICES

OperationReturnValues_t SBML_OPERATION_RETURN_VALUES_INDICES[]
static

◆ SBML_OPERATION_RETURN_VALUES_STRINGS

const char* SBML_OPERATION_RETURN_VALUES_STRINGS[]
static