Clementine
|
Connection class. More...
#include <entt.hpp>
Public Member Functions | |
connection ()=default | |
Default constructor. | |
operator bool () const ENTT_NOEXCEPT | |
Checks whether a connection is properly initialized. More... | |
void | release () |
Breaks the connection. | |
Friends | |
template<typename > | |
class | sink |
A sink is allowed to create connection objects. | |
Connection class.
Opaque object the aim of which is to allow users to release an already estabilished connection without having to keep a reference to the signal or the sink that generated it.
|
inlineexplicit |
Checks whether a connection is properly initialized.