Minsky
minsky::VariableType Struct Reference

#include <variableType.h>

Inheritance diagram for minsky::VariableType:
Inheritance graph
Collaboration diagram for minsky::VariableType:
Collaboration graph

Public Types

enum  Type {
  undefined, constant, parameter, flow,
  integral, stock, tempFlow, numVarTypes
}
 

Static Public Member Functions

static std::string typeName (int t)
 

Detailed Description

Definition at line 26 of file variableType.h.

Member Enumeration Documentation

◆ Type

=>["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.

Member Function Documentation

◆ typeName()

string minsky::VariableType::typeName ( int  t)
static

Definition at line 30 of file variableType.cc.

Referenced by minsky::Variable< VariableType::constant >::classType(), minsky::VariableBase::create(), minsky::operator<<(), and MathDAG::SystemOfEquations::SystemOfEquations().

31  {return enumKey<Type>(t);}
Here is the caller graph for this function:

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