NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
cache-policy.hpp File Reference
#include "../common.hpp"
#include "../tag.hpp"
#include "../encoding/encoding-buffer.hpp"
#include "../encoding/block-helpers.hpp"
#include "tlv.hpp"
Include dependency graph for cache-policy.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::lp::CachePolicy
 represents a CachePolicy header field More...
 
class  ndn::lp::CachePolicy::Error
 

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::lp
 

Enumerations

enum  ndn::lp::CachePolicyType { ndn::lp::CachePolicyType::NONE = 0, ndn::lp::CachePolicyType::NO_CACHE = 1 }
 indicates the cache policy applied to a Data packet More...
 

Functions

std::ostream & ndn::lp::operator<< (std::ostream &os, CachePolicyType policy)