|
Minsky: 3.17.0
|
#include <variableType.h>


Public Types | |
| enum | Type { undefined, constant, parameter, flow, integral, stock, tempFlow, numVarTypes } |
Static Public Member Functions | |
| static std::string | typeName (int t) |
Definition at line 26 of file variableType.h.
=>["undefined","constant","parameter","flow","integral","stock","tempFlow","numVarTypes"] ~~~~
| Enumerator | |
|---|---|
| undefined | |
| constant | |
| parameter | |
| flow | |
| integral | |
| stock | |
| tempFlow | |
| numVarTypes | |
Definition at line 28 of file variableType.h.
|
static |
Definition at line 30 of file variableType.cc.
Referenced by minsky::Variable< VariableType::constant >::classType(), minsky::operator<<(), and MathDAG::SystemOfEquations::SystemOfEquations().
