Public Member Functions | |
vec_context (tcl::interpreter &interp, unsigned int objc, Tcl_Obj *const objv[]) | |
void | flush_result () |
void | next () |
Protected Member Functions | |
virtual Tcl_Obj * | get_objv (unsigned int argn) throw () |
Get the n'th argument. | |
virtual void | set_obj_result (const tcl::obj &obj) |
Return a Tcl_Obj*. |
Definition at line 65 of file vecdispatch.cc.
virtual Tcl_Obj* tcl::vec_context::get_objv | ( | unsigned int | n | ) | throw () [inline, protected, virtual] |
Get the n'th argument.
Reimplemented from tcl::call_context.
Definition at line 103 of file vecdispatch.cc.
virtual void tcl::vec_context::set_obj_result | ( | const tcl::obj & | obj | ) | [inline, protected, virtual] |
Return a Tcl_Obj*.
Reimplemented from tcl::call_context.
Definition at line 110 of file vecdispatch.cc.