Description of a subroutine. More...
#include <compiler.h>
Public Member Functions | |
SubroutineDescriptor (const std::string &name, unsigned address, unsigned line) | |
SubroutineDescriptor (const std::string &name, unsigned address, unsigned line) | |
Public Attributes | |
unsigned | address |
unsigned | line |
std::string | name |
Description of a subroutine.
Definition at line 276 of file compiler.h.
Aseba::Compiler::SubroutineDescriptor::SubroutineDescriptor | ( | const std::string & | name, | |
unsigned | address, | |||
unsigned | line | |||
) | [inline] |
Definition at line 282 of file compiler.h.
Aseba::Compiler::SubroutineDescriptor::SubroutineDescriptor | ( | const std::string & | name, | |
unsigned | address, | |||
unsigned | line | |||
) | [inline] |
Definition at line 282 of file compiler.h.
Definition at line 279 of file compiler.h.
Definition at line 280 of file compiler.h.
std::string Aseba::Compiler::SubroutineDescriptor::name |
Definition at line 278 of file compiler.h.