#include <thunks.h>
Inheritance diagram for SystemGlobalThunk:Public Member Functions | |
| ScripterExport | SystemGlobalThunk (Value *init_name, Value *(*iget)(), Value *(*iset)(Value *)) |
| ScripterExport Value * | eval () |
| void | collect () |
| ScripterExport void | sprin1 (CharStream *s) |
| Value * | assign_vf (Value **arg_list, int count) |
| ScripterExport SystemGlobalThunk | ( | Value * | init_name, |
| Value *(*)() | iget, | ||
| Value *(*)(Value *) | iset | ||
| ) |
| ScripterExport Value* eval | ( | ) |
| void collect | ( | ) |
|
inline |