DART 6.7.3
|
class ConnectionBody More...
#include <ConnectionBody.hpp>
Public Member Functions | |
ConnectionBody (const SlotType &_slot) | |
Constructor given slot. | |
ConnectionBody (SlotType &&_slot) | |
Move constructor given slot. | |
virtual | ~ConnectionBody () |
Destructor. | |
const SlotType & | getSlot () |
Get slot. | |
void | disconnect () |
Disconnect. | |
bool | isConnected () const |
Get true if this connection body is connected to the signal. | |
Protected Attributes | |
bool | mIsConnected |
Connection flag. | |
Private Attributes | |
SlotType | mSlot |
Slot. | |
class ConnectionBody
dart::common::signal::detail::ConnectionBody< SlotType >::ConnectionBody | ( | const SlotType & | _slot | ) |
Constructor given slot.
dart::common::signal::detail::ConnectionBody< SlotType >::ConnectionBody | ( | SlotType && | _slot | ) |
Move constructor given slot.
|
virtual |
Destructor.
|
inherited |
Disconnect.
const SlotType & dart::common::signal::detail::ConnectionBody< SlotType >::getSlot | ( | ) |
Get slot.
|
inherited |
Get true if this connection body is connected to the signal.
|
protectedinherited |
Connection flag.
|
private |
Slot.