0-argument forwarding function class More...

Public Types | |
| typedef bool(XsDevice::* | FuncType) () |
Public Member Functions | |
| BroadcastForwardFunc0Arg (BroadcastDevice *bc, FuncType func) | |
| virtual bool | call (XsDevice *device) |
Public Member Functions inherited from BroadcastForwardFunc | |
| BroadcastForwardFunc (BroadcastDevice *bc) | |
| bool | operator() () |
| virtual | ~BroadcastForwardFunc () |
Private Attributes | |
| FuncType | m_func |
Additional Inherited Members | |
Public Attributes inherited from BroadcastForwardFunc | |
| BroadcastDevice *const | m_broadcaster |
0-argument forwarding function class
Definition at line 148 of file broadcastdevice.cpp.
| typedef bool(XsDevice::* BroadcastForwardFunc0Arg::FuncType) () |
Definition at line 151 of file broadcastdevice.cpp.
|
inline |
Definition at line 152 of file broadcastdevice.cpp.
|
inlinevirtual |
Implements BroadcastForwardFunc.
Definition at line 154 of file broadcastdevice.cpp.
|
private |
Definition at line 159 of file broadcastdevice.cpp.