
Abstract interface for the core function to be embedded in a tcl::command. More...
#include <tcl/command.h>

Public Member Functions | |
| virtual void | invoke (tcl::call_context &ctx)=0 |
| Abstract function performs this command's specific functionality. | |
Abstract interface for the core function to be embedded in a tcl::command.
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::generic_function< void, func_wrapper >.
Referenced by tcl::vec_dispatcher::dispatch().
1.6.3