1-argument const forwarding function class More...

Public Types | |
| typedef bool(XsDevice::* | FuncType) (Arg1) const |
Public Member Functions | |
| virtual bool | call (XsDevice *device) |
| ForwardConstFunc1Arg (BroadcastDevice *bc, FuncType func, Arg1 arg1) | |
Public Member Functions inherited from BroadcastForwardFunc | |
| BroadcastForwardFunc (BroadcastDevice *bc) | |
| bool | operator() () |
| virtual | ~BroadcastForwardFunc () |
Private Attributes | |
| Arg1 | m_arg1 |
| FuncType | m_func |
Additional Inherited Members | |
Public Attributes inherited from BroadcastForwardFunc | |
| BroadcastDevice *const | m_broadcaster |
1-argument const forwarding function class
Definition at line 132 of file broadcastdevice.cpp.
| typedef bool(XsDevice::* ForwardConstFunc1Arg< Arg1 >::FuncType) (Arg1) const |
Definition at line 135 of file broadcastdevice.cpp.
|
inline |
Definition at line 136 of file broadcastdevice.cpp.
|
inlinevirtual |
Implements BroadcastForwardFunc.
Definition at line 138 of file broadcastdevice.cpp.
|
private |
Definition at line 144 of file broadcastdevice.cpp.
|
private |
Definition at line 143 of file broadcastdevice.cpp.