Minsky
schema0::VariableManager Struct Reference

#include <schema0.h>

Inheritance diagram for schema0::VariableManager:
Inheritance graph
Collaboration diagram for schema0::VariableManager:
Collaboration graph

Public Types

typedef std::map< int, VariableVariables
 
typedef std::map< std::string, VariableValueVariableValues
 

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...
 

Detailed Description

Definition at line 115 of file schema0.h.

Member Typedef Documentation

◆ Variables

Definition at line 117 of file schema0.h.

◆ VariableValues

Definition at line 118 of file schema0.h.

Member Data Documentation

◆ portToVariable

std::map<int, int> schema0::VariableManager::portToVariable

variables whose input port is wired

Definition at line 121 of file schema0.h.

◆ values

VariableValues schema0::VariableManager::values

map of ports to variables

Definition at line 122 of file schema0.h.

Referenced by schema1::Minsky::Minsky().

◆ wiredVariables

std::set<std::string> schema0::VariableManager::wiredVariables

Definition at line 120 of file schema0.h.


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