btcsignals::scoped_connection

RAII-style connection management that disconnects on destruction.

Synopsis

Declared in <util/btcsignals.h>

class scoped_connection;

Member Functions

NameDescription
scoped_connection [constructor]Constructors
~scoped_connection [destructor]Disconnect the managed connection on destruction.
operator= Assignment operators
disconnect Disconnect the managed connection.