A handle of registered Interest filter. More...
#include <face.hpp>
Public Member Functions | |
InterestFilterHandle () noexcept=default | |
InterestFilterHandle (Face &face, const InterestFilterId *id) | |
operator const InterestFilterId * () 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 registered Interest filter.
|
defaultnoexcept |
ndn::InterestFilterHandle::InterestFilterHandle | ( | Face & | face, |
const InterestFilterId * | id | ||
) |
Definition at line 371 of file face.cpp.
References ndn::Face::unsetInterestFilter().
|
inlinenoexcept |