Minsky
schema0::VariableValue Struct Reference

#include <schema0.h>

Collaboration diagram for schema0::VariableValue:
Collaboration graph

Public Member Functions

 VariableValue (minsky::VariableType::Type type=minsky::VariableType::undefined, const std::string &init="0")
 

Public Attributes

minsky::VariableType::Type m_type
 
int m_idx {-1}
 
std::string init
 index into value vector More...
 
bool godleyOverridden {false}
 

Detailed Description

Definition at line 102 of file schema0.h.

Constructor & Destructor Documentation

◆ VariableValue()

schema0::VariableValue::VariableValue ( minsky::VariableType::Type  type = minsky::VariableType::undefined,
const std::string &  init = "0" 
)
inline

Definition at line 110 of file schema0.h.

111  : m_type(type), init(init) {}
minsky::VariableType::Type m_type
Definition: schema0.h:104
std::string init
index into value vector
Definition: schema0.h:107

Member Data Documentation

◆ godleyOverridden

bool schema0::VariableValue::godleyOverridden {false}

Definition at line 108 of file schema0.h.

◆ init

std::string schema0::VariableValue::init

index into value vector

Definition at line 107 of file schema0.h.

◆ m_idx

int schema0::VariableValue::m_idx {-1}

Definition at line 105 of file schema0.h.

◆ m_type

minsky::VariableType::Type schema0::VariableValue::m_type

Definition at line 104 of file schema0.h.


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