ScopedConnection is a RAII version of Connection It disconnects the slot from the signal upon destruction.
More...
#include <wpi/Signal.h>
|
template<typename , typename... > |
class | SignalBase |
|
ScopedConnection is a RAII version of Connection It disconnects the slot from the signal upon destruction.
◆ ScopedConnection() [1/5]
wpi::sig::ScopedConnection::ScopedConnection |
( |
| ) |
|
|
default |
◆ ~ScopedConnection()
wpi::sig::ScopedConnection::~ScopedConnection |
( |
| ) |
|
|
inline |
◆ ScopedConnection() [2/5]
wpi::sig::ScopedConnection::ScopedConnection |
( |
const Connection & | c | ) |
|
|
inlinenoexcept |
◆ ScopedConnection() [3/5]
wpi::sig::ScopedConnection::ScopedConnection |
( |
Connection && | c | ) |
|
|
inlinenoexcept |
◆ ScopedConnection() [4/5]
◆ ScopedConnection() [5/5]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ SignalBase
template<typename , typename... >
The documentation for this class was generated from the following file: