Move-only subscription token. Internal implementation detail of Signal. Users should store ScopedConnection, not Connection directly.
More...
#include <Signal.h>
Move-only subscription token. Internal implementation detail of Signal. Users should store ScopedConnection, not Connection directly.
◆ Connection() [1/4]
| dmq::detail::Connection::Connection |
( |
| ) |
|
|
default |
◆ Connection() [2/4]
template<typename DisconnectFunc >
| dmq::detail::Connection::Connection |
( |
std::weak_ptr< void > | watcher, |
|
|
DisconnectFunc && | func ) |
|
inline |
◆ Connection() [3/4]
| dmq::detail::Connection::Connection |
( |
const Connection & | | ) |
|
|
delete |
◆ Connection() [4/4]
| dmq::detail::Connection::Connection |
( |
Connection && | other | ) |
|
|
inlinenoexcept |
◆ ~Connection()
| dmq::detail::Connection::~Connection |
( |
| ) |
|
|
inline |
◆ Disconnect()
| void dmq::detail::Connection::Disconnect |
( |
| ) |
|
|
inline |
◆ IsConnected()
| bool dmq::detail::Connection::IsConnected |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: