NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::util::signal Namespace Reference

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()>
 

Typedef Documentation

◆ DisconnectFunction

using ndn::util::signal::DisconnectFunction = typedef std::function<void()>

Definition at line 31 of file connection.hpp.