#include <tcl/command.h>
Public Member Functions | |
virtual void | invoke (tcl::call_context &ctx)=0 |
Abstract function performs this command's specific functionality. |
Definition at line 64 of file command.h.
virtual void tcl::function::invoke | ( | tcl::call_context & | ctx | ) | [pure 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.
Implemented in tcl::generic_function< R, func_wrapper >, and tcl::tcl::generic_function< void, func_wrapper >.
Referenced by tcl::vec_dispatcher::dispatch().