#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"
Include dependency graph for name-component.hpp:
This graph shows which files directly or indirectly include this file: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 | |
| ndn::name | |
Enumerations | |
| enum | : uint8_t { ndn::name::SEGMENT_MARKER = 0x00, ndn::name::SEGMENT_OFFSET_MARKER = 0xFB, ndn::name::VERSION_MARKER = 0xFD, ndn::name::TIMESTAMP_MARKER = 0xFC, ndn::name::SEQUENCE_NUMBER_MARKER = 0xFE } |
| Markers in Naming Conventions rev1. More... | |
| enum | ndn::name::Convention { ndn::name::Convention::MARKER = 1 << 0, ndn::name::Convention::TYPED = 1 << 1, ndn::name::Convention::EITHER = MARKER | TYPED } |
| Identify a style of NDN Naming Conventions. More... | |
| enum | ndn::name::UriFormat { ndn::name::UriFormat::DEFAULT, ndn::name::UriFormat::CANONICAL, ndn::name::UriFormat::ALTERNATE } |
| Identify a format of URI representation. More... | |
Functions | |
| Convention | ndn::name::getConventionDecoding () |
| Return which Naming Conventions style(s) to accept while decoding. More... | |
| Convention | ndn::name::getConventionEncoding () |
| Return which Naming Conventions style to use while encoding. More... | |
| void | ndn::name::setConventionDecoding (Convention convention) |
| Set which Naming Conventions style(s) to accept while decoding. More... | |
| void | ndn::name::setConventionEncoding (Convention convention) |
| Set which Naming Conventions style to use while encoding. More... | |