interest.hpp File Reference
#include "ndn-cxx/delegation-list.hpp"
#include "ndn-cxx/name.hpp"
#include "ndn-cxx/selectors.hpp"
#include "ndn-cxx/detail/packet-base.hpp"
#include "ndn-cxx/util/time.hpp"
#include <boost/logic/tribool.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
 

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...