0-argument const forwarding function class More...
Public Types | |
typedef bool(XsDevice::* | FuncType) () const |
Public Member Functions | |
virtual bool | call (XsDevice *device) |
ForwardConstFunc (BroadcastDevice *bc, FuncType func) | |
![]() | |
BroadcastForwardFunc (BroadcastDevice *bc) | |
bool | operator() () |
virtual | ~BroadcastForwardFunc () |
Private Attributes | |
FuncType | m_func |
Additional Inherited Members | |
![]() | |
BroadcastDevice *const | m_broadcaster |
0-argument const forwarding function class
Definition at line 116 of file broadcastdevice.cpp.
typedef bool(XsDevice::* ForwardConstFunc::FuncType) () const |
Definition at line 119 of file broadcastdevice.cpp.
|
inline |
Definition at line 120 of file broadcastdevice.cpp.
|
inlinevirtual |
Implements BroadcastForwardFunc.
Definition at line 122 of file broadcastdevice.cpp.
|
private |
Definition at line 127 of file broadcastdevice.cpp.