RolloutLocalThunk Class Reference
 
 
 
RolloutLocalThunk Class Reference

#include <thunks.h>

Inheritance diagram for RolloutLocalThunk:
ConstRolloutLocalThunk

Public Member Functions

  RolloutLocalThunk (Value *name, int control_index, Rollout *rollout)
BOOL  _is_rolloutthunk ()
ScripterExport Value eval ()
void  gc_trace ()
void  collect ()
ScripterExport void  sprin1 (CharStream *s)
Value assign_vf (Value **arg_list, int count)

Public Attributes

int  index
Rollout *  rollout

Constructor & Destructor Documentation

RolloutLocalThunk ( Value name,
int  control_index,
Rollout *  rollout 
)

Member Function Documentation

BOOL _is_rolloutthunk ( ) [inline]
ScripterExport Value* eval ( )
void gc_trace ( )
void collect ( )
ScripterExport void sprin1 ( CharStream *  s )
Value* assign_vf ( Value **  arg_list,
int  count 
)

Member Data Documentation