#include "ndn-cxx/detail/common.hpp"#include "ndn-cxx/encoding/block.hpp"#include "ndn-cxx/encoding/block-helpers.hpp"#include "ndn-cxx/util/time.hpp"

Go to the source code of this file.
Classes | |
| class | ndn::name::Component |
| Represents a name component. More... | |
| class | ndn::name::Component::Error |
Namespaces | |
| ndn | |
| Copyright (c) 2011-2015 Regents of the University of California. | |
| ndn::name | |
Functions | |
| ndn::name::NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS (Component) | |
| std::ostream & | ndn::name::operator<< (std::ostream &os, const Component &component) |
Variables | |
| static const uint8_t | ndn::name::SEGMENT_MARKER = 0x00 |
| Segment marker for NDN naming conventions. More... | |
| static const uint8_t | ndn::name::SEGMENT_OFFSET_MARKER = 0xFB |
| Segment offset marker for NDN naming conventions. More... | |
| static const uint8_t | ndn::name::VERSION_MARKER = 0xFD |
| Version marker for NDN naming conventions. More... | |
| static const uint8_t | ndn::name::TIMESTAMP_MARKER = 0xFC |
| Timestamp marker for NDN naming conventions. More... | |
| static const uint8_t | ndn::name::SEQUENCE_NUMBER_MARKER = 0xFE |
| Sequence number marker for NDN naming conventions. More... | |