RAII-style connection management that disconnects on destruction.
Declared in <util/btcsignals.h>
class scoped_connection;
| Name | Description |
|---|---|
scoped_connection [constructor] | Constructors |
~scoped_connection [destructor] | Disconnect the managed connection on destruction. |
operator= | Assignment operators |
disconnect | Disconnect the managed connection. |