#include <thunks.h>
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] |
{ delete this; }
| ScripterExport void sprin1 | ( | CharStream * | s | ) | [inline] |
{ s->printf(_M("SystemGlobal:%s"), name->to_string()); }