Aseba  1.5.5
Public Member Functions | Public Attributes | List of all members
Aseba::TargetDescription::NativeFunction Struct Reference

Description of target VM native function. More...

#include <compiler.h>

Public Member Functions

 NativeFunction (const std::wstring &name, const std::wstring &description)
 

Public Attributes

std::wstring name
 name of the function
 
std::wstring description
 description (some short documentation) of the function
 
std::vector< NativeFunctionParameterparameters
 for each argument of the function, its size in words or, if negative, its template ID
 

Detailed Description

Description of target VM native function.


The documentation for this struct was generated from the following file: