#include "../data.hpp"
#include "../interest.hpp"
#include "../lp/nack.hpp"
#include "../util/scheduler-scoped-event-id.hpp"
Go to the source code of this file.
Classes | |
class | ndn::PendingInterest |
Stores a pending Interest and associated callbacks. More... | |
class | ndn::MatchPendingInterestId |
Functor to match PendingInterestId. More... | |
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
Enumerations | |
enum | ndn::PendingInterestOrigin { ndn::PendingInterestOrigin::APP, ndn::PendingInterestOrigin::FORWARDER } |
Indicates where a pending Interest came from. More... | |
Functions | |
std::ostream & | ndn::operator<< (std::ostream &os, PendingInterestOrigin origin) |