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

Handle to cancel an operation. More...

#include <cancel-handle.hpp>

Inheritance diagram for ndn::detail::CancelHandle:

Public Member Functions

 CancelHandle () noexcept=default
 
 CancelHandle (function< void()> cancel)
 
void cancel () const
 Cancel the operation. More...
 

Detailed Description

Handle to cancel an operation.

Definition at line 32 of file cancel-handle.hpp.

Constructor & Destructor Documentation

◆ CancelHandle() [1/2]

ndn::detail::CancelHandle::CancelHandle ( )
defaultnoexcept

◆ CancelHandle() [2/2]

ndn::detail::CancelHandle::CancelHandle ( function< void()>  cancel)
explicit

Definition at line 27 of file cancel-handle.cpp.

Member Function Documentation

◆ cancel()


The documentation for this class was generated from the following files: