interest.hpp File Reference
#include "delegation-list.hpp"
#include "name.hpp"
#include "packet-base.hpp"
#include "selectors.hpp"
#include "util/time.hpp"
+ Include dependency graph for interest.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::Interest::Error
 
class  ndn::Interest
 represents an Interest packet More...
 

Namespaces

 ndn
 Copyright (c) 2013-2017 Regents of the University of California.
 

Functions

bool ndn::operator!= (const Interest &lhs, const Interest &rhs)
 
std::ostream & ndn::operator<< (std::ostream &os, const Interest &interest)
 
bool ndn::operator== (const Interest &lhs, const Interest &rhs)
 

Variables

const time::milliseconds ndn::DEFAULT_INTEREST_LIFETIME = 4_s
 default value for InterestLifetime More...