|
Yate
|
Helper class to declare a native function. More...
#include <yatescript.h>
Public Member Functions | |
| ExpFunction (const char *name, long int argc=0) | |
| virtual ExpOperation * | clone (const char *name) const |
Helper class to declare a native function.
Small helper class that simplifies declaring native functions
| ExpFunction | ( | const char * | name, |
| long int | argc = 0 |
||
| ) | [inline] |
Constructor
| name | Name of the function |
| argc | Number of arguments expected by function |
| virtual ExpOperation* clone | ( | const char * | name | ) | const [virtual] |
Clone and rename method
| name | Name of the cloned operation |
Reimplemented from ExpOperation.
1.7.6.1