NcEngine
nc::Connection Class Reference

An RAII object managing a Signal connection. More...

#include <Signal.h>

Public Member Functions

 Connection (std::weak_ptr< detail::SharedConnectionState > state) noexcept
 
 Connection (Connection &&)=default
 
Connectionoperator= (Connection &&)=default
 
 Connection (const Connection &)=delete
 
Connectionoperator= (const Connection &)=delete
 
bool IsConnected () const noexcept
 
bool Disconnect () noexcept
 

Detailed Description

An RAII object managing a Signal connection.

When a Connection goes out of scope or Disconnect() is explicitly called, the associated function will be removed from the Signal, if the Signal still exists. Signals and Connections may be destroyed in any order.


The documentation for this class was generated from the following file: