Classes | |
class | Connection |
Represents a connection to a signal. More... | |
class | DummyExtraArg |
(implementation detail) a filler for extra argument More... | |
class | ScopedConnection |
Disconnects a Connection automatically upon destruction. More... | |
class | Signal |
Provides a lightweight signal / event system. More... | |
Typedefs | |
using | DisconnectFunction = std::function< void()> |
using ndn::signal::DisconnectFunction = typedef std::function<void()> |
Definition at line 31 of file connection.hpp.