#include "delegation-list.hpp"#include "name.hpp"#include "packet-base.hpp"#include "selectors.hpp"#include "util/time.hpp"

Go to the source code of this file.
Classes | |
| class | ndn::Interest | 
| represents an Interest packet  More... | |
| class | ndn::Interest::Error | 
Namespaces | |
| ndn | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
Functions | |
| ndn::NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS (Interest) | |
| std::ostream & | ndn::operator<< (std::ostream &os, const Interest &interest) | 
| bool | ndn::operator== (const Interest &lhs, const Interest &rhs) | 
| bool | ndn::operator!= (const Interest &lhs, const Interest &rhs) | 
Variables | |
| const time::milliseconds | ndn::DEFAULT_INTEREST_LIFETIME = time::milliseconds(4000) | 
| default value for InterestLifetime  More... | |