SystemGlobalThunk Class Reference

SystemGlobalThunk Class Reference

#include <thunks.h>

+ Inheritance diagram for SystemGlobalThunk:

Public Member Functions

ScripterExport SystemGlobalThunk (Value *init_name, Value *(*iget)(), Value *(*iset)(Value *))
 
ScripterExport Valueeval ()
 
void collect ()
 
ScripterExport void sprin1 (CharStream *s)
 
Valueassign_vf (Value **arg_list, int count)
 

Constructor & Destructor Documentation

ScripterExport SystemGlobalThunk ( Value init_name,
Value *(*)()  iget,
Value *(*)(Value *)  iset 
)

Member Function Documentation

ScripterExport Value* eval ( )
void collect ( )
ScripterExport void sprin1 ( CharStream s)
inline
96 { s->printf(_M("SystemGlobal:%s"), name->to_string()); }
Value * name
Definition: structs.h:25
#define _M(x)
Used to wrap string literals.
Definition: strbasic.h:122
virtual const MCHAR * to_string()
Definition: value.h:171
Value* assign_vf ( Value **  arg_list,
int  count 
)