EnTT 3.14.0
|
Connection class. More...
#include <sigh.hpp>
Public Member Functions | |
connection () | |
Default constructor. | |
operator bool () const noexcept | |
Checks whether a connection is properly initialized. | |
void | release () |
Breaks the connection. | |
Friends | |
template<typename > | |
class | sink |
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.
|
inline |
|
inlineexplicitnoexcept |
|
inline |