1-argument forwarding function class, void return More...
Public Types | |
typedef void(XsDevice::* | FuncType) (Arg1) |
Public Member Functions | |
BroadcastForwardFunc1ArgVoid (BroadcastDevice *bc, FuncType func, Arg1 arg1) | |
virtual bool | call (XsDevice *device) |
![]() | |
BroadcastForwardFunc (BroadcastDevice *bc) | |
bool | operator() () |
virtual | ~BroadcastForwardFunc () |
Private Attributes | |
Arg1 | m_arg1 |
FuncType | m_func |
Additional Inherited Members | |
![]() | |
BroadcastDevice *const | m_broadcaster |
1-argument forwarding function class, void return
Definition at line 234 of file broadcastdevice.cpp.
typedef void(XsDevice::* BroadcastForwardFunc1ArgVoid< Arg1 >::FuncType) (Arg1) |
Definition at line 237 of file broadcastdevice.cpp.
|
inline |
Definition at line 238 of file broadcastdevice.cpp.
|
inlinevirtual |
Implements BroadcastForwardFunc.
Definition at line 240 of file broadcastdevice.cpp.
|
private |
Definition at line 247 of file broadcastdevice.cpp.
|
private |
Definition at line 246 of file broadcastdevice.cpp.