#include <Signal.h>


Public Member Functions | |
| void | disconnect () |
| ManagedConnection (ConnectionPtr &&conn_) | |
| void | release () |
| ~ManagedConnection () | |
Private Attributes | |
| ConnectionPtr | conn |
Definition at line 82 of file Signal.h.
| adchpp::ManagedConnection::ManagedConnection | ( | ConnectionPtr && | conn_ | ) | [inline] |
| adchpp::ManagedConnection::~ManagedConnection | ( | ) | [inline] |
Definition at line 97 of file Signal.h.
References disconnect().

| void adchpp::ManagedConnection::disconnect | ( | ) | [inline] |
Definition at line 86 of file Signal.h.
References conn.
Referenced by ~ManagedConnection().

| void adchpp::ManagedConnection::release | ( | ) | [inline] |
ConnectionPtr adchpp::ManagedConnection::conn [private] |
Definition at line 101 of file Signal.h.
Referenced by disconnect(), and release().
1.6.3