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