A handle of pending Interest. More...
#include <face.hpp>


Public Member Functions | |
| PendingInterestHandle () noexcept=default | |
| PendingInterestHandle (Face &face, const PendingInterestId *id) | |
| operator const PendingInterestId * () const noexcept | |
Public Member Functions inherited from ndn::detail::CancelHandle | |
| CancelHandle () noexcept=default | |
| CancelHandle (function< void()> cancel) | |
| void | cancel () const |
| Cancel the operation. More... | |
A handle of pending Interest.
|
defaultnoexcept |
| ndn::PendingInterestHandle::PendingInterestHandle | ( | Face & | face, |
| const PendingInterestId * | id | ||
| ) |
Definition at line 340 of file face.cpp.
References ndn::Face::removePendingInterest().
|
inlinenoexcept |