HQP  1.9.7
If_Method< ClassType > Class Template Reference

Interface method. More...

#include <If_Method.h>

Inheritance diagram for If_Method< ClassType >:
[legend]

Public Member Functions

 If_Method (const char *ifName, void(ClassType::*method)(), ClassType *object)
 constructor
 
- Public Member Functions inherited from If_Element
 If_Element (const char *ifName)
 constructor
 
virtual ~If_Element ()
 destructor
 
const char * ifName ()
 get interface name
 
- Public Member Functions inherited from If_ListElement
 If_ListElement ()
 constructor
 
virtual ~If_ListElement ()
 destructor
 

Protected Member Functions

int invoke (Tcl_Interp *interp, int objc, Tcl_Obj *CONST[])
 invoke callback method
 
- Protected Member Functions inherited from If_Element
virtual int invoke (Tcl_Interp *, int objc, Tcl_Obj *CONST objv[])=0
 Interface for derived classes to process command invocation.
 

Protected Attributes

ClassType * _object
 object the method belongs to
 
void(ClassType::* _method )()
 method pointer
 

Detailed Description

template<class ClassType>
class If_Method< ClassType >

Interface method.


The documentation for this class was generated from the following file: