#include <thunks.h>
Public Member Functions |
|
RolloutControlThunk (Value *name, int control_index, Rollout *rollout) | |
BOOL | _is_rolloutthunk () |
Value * | eval () |
void ScripterExport | gc_trace () |
void | collect () |
ScripterExport void | sprin1 (CharStream *s) |
Value * | assign_vf (Value **arg_list, int count) |
Public Attributes |
|
int | index |
Rollout * | rollout |
RolloutControlThunk | ( | Value * | name, |
int | control_index, | ||
Rollout * | rollout | ||
) |
BOOL _is_rolloutthunk | ( | ) | [inline] |
{ DbgAssert(!is_sourcepositionwrapper(this)); return 1; }
Value* eval | ( | ) | [inline] |
void ScripterExport gc_trace | ( | ) |
void collect | ( | ) | [inline] |
{ delete this; }
ScripterExport void sprin1 | ( | CharStream * | s | ) |
Rollout* rollout |