ConstRolloutLocalThunk Class Reference
 
 
 
ConstRolloutLocalThunk Class Reference

#include <thunks.h>

Inheritance diagram for ConstRolloutLocalThunk:
RolloutLocalThunk

Public Member Functions

ScripterExport  ConstRolloutLocalThunk (Value *name, int control_index, Rollout *rollout)
void  collect ()
Value assign_vf (Value **arg_list, int count)

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]

Reimplemented from RolloutLocalThunk.

{ throw AssignToConstError (this); return &undefined; }