
#include <tcl/makecmd.h>
Inheritance diagram for tcl::generic_function< void, func_wrapper >:


Definition at line 391 of file makecmd.h.
Public Member Functions | |
| virtual | ~generic_function () throw () |
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. | |
|
||||||||||
|
Abstract function performs this command's specific functionality.
The Implements tcl::function. |
1.4.4