Represents a CachePolicy header field. More...
#include <ndn-cxx/lp/cache-policy.hpp>
Classes | |
class | Error |
Public Member Functions | |
CachePolicy () | |
CachePolicy (const Block &block) | |
CachePolicyType | getPolicy () const |
Get policy type code. More... | |
CachePolicy & | setPolicy (CachePolicyType policy) |
Set policy type code. More... | |
void | wireDecode (const Block &wire) |
Get CachePolicyType from wire format. More... | |
const Block & | wireEncode () const |
Encode CachePolicy into wire format. More... | |
template<encoding::Tag TAG> | |
size_t | wireEncode (EncodingImpl< TAG > &encoder) const |
Prepend CachePolicy to encoder. More... | |
Represents a CachePolicy header field.
Definition at line 46 of file cache-policy.hpp.
ndn::lp::CachePolicy::CachePolicy | ( | ) |
Definition at line 40 of file cache-policy.cpp.
|
explicit |
Definition at line 45 of file cache-policy.cpp.
CachePolicyType ndn::lp::CachePolicy::getPolicy | ( | ) | const |
Get policy type code.
CachePolicyType::NONE | if policy type is unset or has an unknown code |
Definition at line 116 of file cache-policy.cpp.
CachePolicy & ndn::lp::CachePolicy::setPolicy | ( | CachePolicyType | policy | ) |
Set policy type code.
policy | a policy type code; CachePolicyType::NONE clears the policy |
Definition at line 127 of file cache-policy.cpp.
void ndn::lp::CachePolicy::wireDecode | ( | const Block & | wire | ) |
Get CachePolicyType from wire format.
Definition at line 90 of file cache-policy.cpp.
const Block & ndn::lp::CachePolicy::wireEncode | ( | ) | const |
Encode CachePolicy into wire format.
Definition at line 68 of file cache-policy.cpp.
size_t ndn::lp::CachePolicy::wireEncode | ( | EncodingImpl< TAG > & | encoder | ) | const |
Prepend CachePolicy to encoder.
Error | policy type is unset |
Definition at line 52 of file cache-policy.cpp.