#include <thunks.h>
Public Member Functions |
|
ConstPluginLocalThunk (Value *name, int iindex, BOOL re_init=FALSE) | |
void | collect () |
Value * | assign_vf (Value **arg_list, int count) |
ConstPluginLocalThunk | ( | Value * | name, |
int | iindex, | ||
BOOL | re_init =
FALSE |
||
) | [inline] |
: PluginLocalThunk(name, iindex, re_init) { }
void collect | ( | ) |
Reimplemented from PluginLocalThunk.
Reimplemented from PluginLocalThunk.
{ throw AssignToConstError (this); return &undefined; }