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

SigCX::TunnelCallback1< R, P1 > Class Template Reference
[SigC++ Extras]

Tunnel callback for 1 arguments. More...

#include <tunnel.h>

Inheritance diagram for SigCX::TunnelCallback1< R, P1 >:

SigCX::Tunnel::Callback List of all members.

Public Member Functions

virtual void invoke ()
tunnel (Tunnel *tunnel, bool sync=false)

Detailed Description

template<class R, class P1>
class SigCX::TunnelCallback1< R, P1 >

Tunnel callback for 1 arguments.


Member Function Documentation

template<class R, class P1>
virtual void SigCX::TunnelCallback1< R, P1 >::invoke  )  [inline, virtual]
 

Invoke callback.

Implements SigCX::Tunnel::Callback.

template<class R, class P1>
R SigCX::TunnelCallback1< R, P1 >::tunnel Tunnel tunnel,
bool  sync = false
[inline]
 

Tunnel the invocation of this callback.

Parameters:
tunnel The tunnel to use. This may be 0, if the callback should be invoked without tunneling.
sync If true, wait for callback to terminate.
Returns:
Return value of the callback slot, if sync is true, otherwise undefined.


The documentation for this class was generated from the following file:
Generated on Sun Apr 10 18:35:43 2005 for SigCX - SigC++ Extras by  doxygen 1.4.2