IndexThunk Class Reference

IndexThunk Class Reference

#include <thunks.h>

+ Inheritance diagram for IndexThunk:

Public Member Functions

 IndexThunk (Value *index)
 
void gc_trace ()
 
void collect ()
 
ScripterExport void sprin1 (CharStream *s)
 
Valueset_target (Value *targ)
 
ScripterExport Valueeval ()
 
Valueassign_vf (Value **arg_list, int count)
 

Constructor & Destructor Documentation

IndexThunk ( Value index)

Member Function Documentation

void gc_trace ( )
void collect ( )
ScripterExport void sprin1 ( CharStream s)
Value* set_target ( Value targ)
inline
244 { target_code = targ; return this; }
ScripterExport Value* eval ( )
Value* assign_vf ( Value **  arg_list,
int  count 
)