2-argument forwarding function class More...

Public Types | |
| typedef bool(XsDevice::* | FuncType) (Arg1, Arg2) |
Public Member Functions | |
| BroadcastForwardFunc2Arg (BroadcastDevice *bc, FuncType func, Arg1 arg1, Arg2 arg2) | |
| virtual bool | call (XsDevice *device) |
Public Member Functions inherited from BroadcastForwardFunc | |
| BroadcastForwardFunc (BroadcastDevice *bc) | |
| bool | operator() () |
| virtual | ~BroadcastForwardFunc () |
Private Attributes | |
| Arg1 | m_arg1 |
| Arg2 | m_arg2 |
| FuncType | m_func |
Additional Inherited Members | |
Public Attributes inherited from BroadcastForwardFunc | |
| BroadcastDevice *const | m_broadcaster |
2-argument forwarding function class
Definition at line 181 of file broadcastdevice.cpp.
| typedef bool(XsDevice::* BroadcastForwardFunc2Arg< Arg1, Arg2 >::FuncType) (Arg1, Arg2) |
Definition at line 184 of file broadcastdevice.cpp.
|
inline |
Definition at line 185 of file broadcastdevice.cpp.
|
inlinevirtual |
Implements BroadcastForwardFunc.
Definition at line 187 of file broadcastdevice.cpp.
|
private |
Definition at line 193 of file broadcastdevice.cpp.
|
private |
Definition at line 194 of file broadcastdevice.cpp.
|
private |
Definition at line 192 of file broadcastdevice.cpp.