|
DelegateMQ
|
RAII wrapper for Connection. Automatically disconnects when it goes out of scope. More...
#include <SignalSafe.h>
Public Member Functions | |
| ScopedConnection ()=default | |
| ScopedConnection (Connection &&conn) | |
| ~ScopedConnection () | |
| ScopedConnection (ScopedConnection &&other) noexcept | |
| ScopedConnection & | operator= (ScopedConnection &&other) noexcept |
| ScopedConnection (const ScopedConnection &)=delete | |
| ScopedConnection & | operator= (const ScopedConnection &)=delete |
| void | Disconnect () |
| bool | IsConnected () const |
RAII wrapper for Connection. Automatically disconnects when it goes out of scope.
|
default |
|
inline |
|
inline |
|
inlinenoexcept |
|
delete |
|
inline |
|
inline |
|
delete |
|
inlinenoexcept |