|
ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
|
Include dependency graph for tlv.cpp:Go to the source code of this file.
Namespaces | |
| namespace | ndn |
| namespace | 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. | |
| size_t | ndn::tlv::writeVarNumber (std::ostream &os, uint64_t number) |
| Write VAR-NUMBER to the specified stream. | |