#include <tcl/makecmd.h>
Static Public Member Functions | |
static rutz::shared_ptr < tcl::function > | make (func_wrapper f) |
Protected Member Functions | |
generic_function (func_wrapper f) | |
virtual void | invoke (tcl::call_context &ctx) |
Abstract function performs this command's specific functionality. |
Definition at line 391 of file makecmd.h.
virtual void tcl::tcl::generic_function< void, func_wrapper >::invoke | ( | tcl::call_context & | ctx | ) | [inline, protected, virtual] |
Abstract function performs this command's specific functionality.
The tcl::call_context&
argument allows Tcl command arguments to be retrieved, and allows the interpreter's result to be set.
Implements tcl::function.