A handle of pending Interest.  
 More...
#include <ndn-cxx/face.hpp>
A handle of pending Interest. 
- Warning
- Canceling a pending Interest after the face has been destructed may trigger undefined behavior. 
Definition at line 545 of file face.hpp.
◆ PendingInterestHandle() [1/2]
  
  | 
        
          | ndn::PendingInterestHandle::PendingInterestHandle | ( |  | ) |  |  | defaultnoexcept | 
 
 
◆ PendingInterestHandle() [2/2]
      
        
          | ndn::PendingInterestHandle::PendingInterestHandle | ( | Face & | face, | 
        
          |  |  | const PendingInterestId * | id | 
        
          |  | ) |  |  | 
      
 
 
◆ cancel()
  
  | 
        
          | void ndn::detail::CancelHandle::cancel | ( |  | ) | const |  | inherited |