Minsky
|
#include <schema0.h>
Public Types | |
typedef std::map< int, Variable > | Variables |
typedef std::map< std::string, VariableValue > | VariableValues |
Public Attributes | |
std::set< std::string > | wiredVariables |
std::map< int, int > | portToVariable |
variables whose input port is wired More... | |
VariableValues | values |
map of ports to variables More... | |
typedef std::map<int,Variable> schema0::VariableManager::Variables |
typedef std::map<std::string, VariableValue> schema0::VariableManager::VariableValues |
std::map<int, int> schema0::VariableManager::portToVariable |
VariableValues schema0::VariableManager::values |
map of ports to variables
Definition at line 122 of file schema0.h.
Referenced by schema1::Minsky::Minsky().
std::set<std::string> schema0::VariableManager::wiredVariables |