Description of target VM native function. More...
#include <compiler.h>
Public Attributes | |
std::string | description |
description (some short documentation) of the function | |
std::string | name |
name of the function | |
std::vector < NativeFunctionParameter > | parameters |
for each argument of the function, its size in words or, if negative, its template ID |
Description of target VM native function.
Definition at line 76 of file compiler.h.
description (some short documentation) of the function
Definition at line 79 of file compiler.h.
std::string Aseba::TargetDescription::NativeFunction::name |
name of the function
Definition at line 78 of file compiler.h.
for each argument of the function, its size in words or, if negative, its template ID
Definition at line 80 of file compiler.h.