#include "CTBcallbackBase.hxx"
Inheritance diagram for CTBcallbackSourceBase:
Public Methods | |
CTBcallbackSourceBase () | |
CTBcallbackSourceBase (const CTBcallbackSourceBase &rhs) | |
virtual | ~CTBcallbackSourceBase () |
int | NConnect () const |
CTBcallbackSourceBase & | operator= (const CTBcallbackSourceBase &rhs) |
bool | operator! () const |
operator bool () const | |
Protected Methods | |
void | Execute (void *p_arg) const |
Protected Attributes | |
CTBsimpleListHead< CTBcallbackLink > | m_shead |
Friends | |
class | CTBcallbackLink |
class | CTBcallbackTargetBase |
Definition at line 23 of file CTBcallbackBase.hxx.
|
Default constructor.
Definition at line 18 of file CTBcallbackBase.icc. |
|
Copy constructor. Is a noop !!
Definition at line 25 of file CTBcallbackBase.icc. |
|
Definition at line 30 of file CTBcallbackBase.cxx. |
|
Returns number of active connections.
Definition at line 48 of file CTBcallbackBase.cxx. Referenced by CTBcallbackSource1R::operator()(), CTBcallbackSource0R::operator()(), CTBcallbackSource1B::operator()(), and CTBcallbackSource0B::operator()().
|
|
Assignment operator. Is a noop !!
Definition at line 33 of file CTBcallbackBase.icc. |
|
Returns
Definition at line 42 of file CTBcallbackBase.icc. |
|
Returns
Definition at line 50 of file CTBcallbackBase.icc. |
|
Execute a callback.
Definition at line 65 of file CTBcallbackBase.cxx. Referenced by CTBcallbackSource1R::operator()(), CTBcallbackSource0R::operator()(), CTBcallbackSource1B::operator()(), CTBcallbackSource0B::operator()(), CTBcallbackSource4::operator()(), CTBcallbackSource3::operator()(), CTBcallbackSource2::operator()(), CTBcallbackSource1::operator()(), and CTBcallbackSource0::operator()().
|
|
Definition at line 25 of file CTBcallbackBase.hxx. |
|
Definition at line 26 of file CTBcallbackBase.hxx. |
|
Definition at line 49 of file CTBcallbackBase.hxx. |