Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

tcl::generic_function< void, func_wrapper > Class Template Reference

#include <tcl/makecmd.h>

Inheritance diagram for tcl::generic_function< void, func_wrapper >:

Inheritance graph
[legend]
Collaboration diagram for tcl::generic_function< void, func_wrapper >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class func_wrapper>
class tcl::generic_function< void, func_wrapper >

Specialization for functors with void return types.

Definition at line 391 of file makecmd.h.

Public Member Functions

virtual ~generic_function () throw ()

Static Public Member Functions

static rutz::shared_ptr< tcl::functionmake (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.


Member Function Documentation

template<class func_wrapper>
virtual void 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.

Definition at line 405 of file makecmd.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 19 10:47:18 2008 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4