#include <src/cpptcl/details/callbacks.h>
Public Member Functions | |
callback0 (functor_type f) | |
virtual void | invoke (Tcl_Interp *interp, int, Tcl_Obj *CONST[], policies const &) |
Private Types | |
typedef R(* | functor_type )() |
Private Attributes | |
functor_type | f_ |
typedef R(* callback0< R >::functor_type)() [private] |
callback0< R >::callback0 | ( | functor_type | f | ) | [inline] |
virtual void callback0< R >::invoke | ( | Tcl_Interp * | interp, | |
int | , | |||
Tcl_Obj * | CONST[], | |||
policies const & | ||||
) | [inline, virtual] |
References dispatch< R >::do_dispatch(), and callback0< R >::f_.
functor_type callback0< R >::f_ [private] |
Referenced by callback0< R >::invoke().