#include <tunnel.h>
Public Member Functions | |
virtual void | invoke () |
R | tunnel (Tunnel *tunnel, bool sync=false) |
virtual void SigCX::TunnelCallback5< R, P1, P2, P3, P4, P5 >::invoke | ( | ) | [inline, virtual] |
R SigCX::TunnelCallback5< R, P1, P2, P3, P4, P5 >::tunnel | ( | Tunnel * | tunnel, | |
bool | sync = false | |||
) | [inline] |
Tunnel the invocation of this callback.
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. |
true
, otherwise undefined.