Description of target VM named variable. More...
#include <compiler.h>
Public Member Functions | |
NamedVariable (const std::wstring &name, unsigned size) | |
NamedVariable () | |
Public Attributes | |
std::wstring | name |
name of the variable | |
unsigned | size |
size of variable in words |
Description of target VM named variable.
Definition at line 56 of file compiler.h.
Aseba::TargetDescription::NamedVariable::NamedVariable | ( | const std::wstring & | name, |
unsigned | size | ||
) | [inline] |
Definition at line 58 of file compiler.h.
Definition at line 59 of file compiler.h.
std::wstring Aseba::TargetDescription::NamedVariable::name |
name of the variable
Definition at line 62 of file compiler.h.
size of variable in words
Definition at line 61 of file compiler.h.