Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

WvCallback2 Class Template Reference

#include <wvcallback.h>

Inheritance diagram for WvCallback2:

WvCallbackBase WvCallbackBase WvCallback2_bound WvCallback2_bound WvStreamCallback_bound WvStreamCallback_bound List of all members.

Public Types

typedef RET(Fake::* Func )(P1 p1, P2 p2)
typedef RET(* GlobalFunc )(P1 p1, P2 p2)
typedef RET(Fake::* Func )(P1 p1, P2 p2)
typedef RET(* GlobalFunc )(P1 p1, P2 p2)

Public Methods

 WvCallback2 (Fake *_obj, Func _func)
 WvCallback2 (GlobalFunc _func)
RET operator() (P1 p1, P2 p2)
 WvCallback2 (Fake *_obj, Func _func)
 WvCallback2 (GlobalFunc _func)
RET operator() (P1 p1, P2 p2)

template<class RET, class P1, class P2>
class WvCallback2< RET, P1, P2 >


Member Typedef Documentation

template<class RET, class P1, class P2>
typedef RET(Fake::* WvCallback2::Func)(P1 p1, P2 p2)
 

Definition at line 114 of file utils/wvcallback.h.

template<class RET, class P1, class P2>
typedef RET(Fake::* WvCallback2::Func)(P1 p1, P2 p2)
 

Definition at line 114 of file include/wvcallback.h.

template<class RET, class P1, class P2>
typedef RET(* WvCallback2::GlobalFunc)(P1 p1, P2 p2)
 

Definition at line 114 of file utils/wvcallback.h.

template<class RET, class P1, class P2>
typedef RET(* WvCallback2::GlobalFunc)(P1 p1, P2 p2)
 

Definition at line 114 of file include/wvcallback.h.


Constructor & Destructor Documentation

template<class RET, class P1, class P2>
WvCallback2< RET, P1, P2 >::WvCallback2 Fake *    _obj,
Func    _func
[inline]
 

Definition at line 114 of file include/wvcallback.h.

template<class RET, class P1, class P2>
WvCallback2< RET, P1, P2 >::WvCallback2 GlobalFunc    _func [inline]
 

Definition at line 114 of file include/wvcallback.h.

template<class RET, class P1, class P2>
WvCallback2< RET, P1, P2 >::WvCallback2 Fake *    _obj,
Func    _func
[inline]
 

Definition at line 114 of file utils/wvcallback.h.

template<class RET, class P1, class P2>
WvCallback2< RET, P1, P2 >::WvCallback2 GlobalFunc    _func [inline]
 

Definition at line 114 of file utils/wvcallback.h.


Member Function Documentation

template<class RET, class P1, class P2>
RET WvCallback2< RET, P1, P2 >::operator() P1    p1,
P2    p2
[inline]
 

Definition at line 114 of file utils/wvcallback.h.

template<class RET, class P1, class P2>
RET WvCallback2< RET, P1, P2 >::operator() P1    p1,
P2    p2
[inline]
 

Definition at line 114 of file include/wvcallback.h.


The documentation for this class was generated from the following files:
Generated on Sun Aug 25 02:29:37 2002 for WvStreams by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002