ConstPluginLocalThunk Class Reference
 
 
 
ConstPluginLocalThunk Class Reference

#include <thunks.h>

Inheritance diagram for ConstPluginLocalThunk:
PluginLocalThunk

Public Member Functions

  ConstPluginLocalThunk (Value *name, int iindex, BOOL re_init=FALSE)
void  collect ()
Value assign_vf (Value **arg_list, int count)

Constructor & Destructor Documentation

ConstPluginLocalThunk ( Value name,
int  iindex,
BOOL  re_init = FALSE 
) [inline]
: PluginLocalThunk(name, iindex, re_init) { }

Member Function Documentation

void collect ( )
Value* assign_vf ( Value **  arg_list,
int  count 
) [inline]

Reimplemented from PluginLocalThunk.

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