|
RADLib
RADical C++ application framework
|
Explicit event connection handle. More...
#include <RADCore.h>
Classes | |
| struct | State |
| Shared connection state used by Event and Connection. More... | |
Public Member Functions | |
| Connection ()=default | |
| Creates a disconnected handle. More... | |
| void | disconnect () |
| Disconnects the associated event handler once. More... | |
| bool | isConnected () const |
| Returns true while the connection is still active. More... | |
Friends | |
| template<typename Signature > | |
| class | Event |
Explicit event connection handle.
|
default |
Creates a disconnected handle.
| void RADCore::Connection::disconnect | ( | ) |
Disconnects the associated event handler once.
| bool RADCore::Connection::isConnected | ( | ) | const |
Returns true while the connection is still active.
|
friend |