Go to the source code of this file.
Namespaces | |
ndn | |
ndn::tlv | |
Contains constants and low-level functions related to the NDN packet format. | |
Functions | |
std::ostream & | ndn::tlv::operator<< (std::ostream &os, ContentTypeValue ct) |
std::ostream & | ndn::tlv::operator<< (std::ostream &os, SignatureTypeValue st) |
size_t | ndn::tlv::writeNonNegativeInteger (std::ostream &os, uint64_t integer) |
Write a NonNegativeInteger to the specified stream. More... | |
size_t | ndn::tlv::writeVarNumber (std::ostream &os, uint64_t number) |
Write VAR-NUMBER to the specified stream. More... | |