Description of a subroutine. More...
#include <compiler.h>
Public Member Functions | |
SubroutineDescriptor (const std::wstring &name, unsigned address, unsigned line) | |
Public Attributes | |
unsigned | address |
unsigned | line |
std::wstring | name |
Description of a subroutine.
Definition at line 341 of file compiler.h.
Aseba::Compiler::SubroutineDescriptor::SubroutineDescriptor | ( | const std::wstring & | name, |
unsigned | address, | ||
unsigned | line | ||
) | [inline] |
Definition at line 347 of file compiler.h.
Definition at line 344 of file compiler.h.
Definition at line 345 of file compiler.h.
std::wstring Aseba::Compiler::SubroutineDescriptor::name |
Definition at line 343 of file compiler.h.