ConstRolloutLocalThunk Class Reference

ConstRolloutLocalThunk Class Reference

#include <thunks.h>

+ Inheritance diagram for ConstRolloutLocalThunk:

Public Member Functions

ScripterExport ConstRolloutLocalThunk (Value *name, int control_index, Rollout *rollout)
 
void collect ()
 
Valueassign_vf (Value **arg_list, int count)
 
- Public Member Functions inherited from RolloutLocalThunk
 RolloutLocalThunk (Value *name, int control_index, Rollout *rollout)
 
BOOL _is_rolloutthunk ()
 
ScripterExport Valueeval ()
 
void gc_trace ()
 
void collect ()
 
ScripterExport void sprin1 (CharStream *s)
 
Valueassign_vf (Value **arg_list, int count)
 

Additional Inherited Members

- Public Attributes inherited from RolloutLocalThunk
int index
 
Rolloutrollout
 

Constructor & Destructor Documentation

ScripterExport ConstRolloutLocalThunk ( Value name,
int  control_index,
Rollout rollout 
)

Member Function Documentation

void collect ( )
Value* assign_vf ( Value **  arg_list,
int  count 
)
inline
297 { throw AssignToConstError (this); return &undefined; }
ScripterExport Undefined undefined
Definition: value.h:532
Definition: exceptions.h:104