Classes | |
| class | Component |
| Represents a name component. More... | |
Functions | |
| template size_t | Component::wireEncode<::ndn::encoding::EncoderTag > (::ndn::EncodingBuffer &) const |
| template size_t | Component::wireEncode<::ndn::encoding::EstimatorTag > (::ndn::EncodingEstimator &) const |
| std::ostream & | operator<< (std::ostream &os, const Component &component) |
| static Component | parseUriEscapedValue (uint32_t type, const char *input, size_t len) |
Variables | |
| static const uint8_t | SEGMENT_MARKER = 0x00 |
| Segment marker for NDN naming conventions. More... | |
| static const uint8_t | SEGMENT_OFFSET_MARKER = 0xFB |
| Segment offset marker for NDN naming conventions. More... | |
| static const uint8_t | SEQUENCE_NUMBER_MARKER = 0xFE |
| Sequence number marker for NDN naming conventions. More... | |
| static const uint8_t | TIMESTAMP_MARKER = 0xFC |
| Timestamp marker for NDN naming conventions. More... | |
| static const uint8_t | VERSION_MARKER = 0xFD |
| Version marker for NDN naming conventions. More... | |
| template size_t ndn::name::Component::wireEncode<::ndn::encoding::EncoderTag > | ( | ::ndn::EncodingBuffer & | ) | const |
| template size_t ndn::name::Component::wireEncode<::ndn::encoding::EstimatorTag > | ( | ::ndn::EncodingEstimator & | ) | const |
|
inline |
Definition at line 630 of file name-component.hpp.
|
static |
Definition at line 87 of file name-component.cpp.
|
static |
Segment marker for NDN naming conventions.
Definition at line 34 of file name-component.hpp.
|
static |
Segment offset marker for NDN naming conventions.
Definition at line 36 of file name-component.hpp.
|
static |
Sequence number marker for NDN naming conventions.
Definition at line 42 of file name-component.hpp.
|
static |
Timestamp marker for NDN naming conventions.
Definition at line 40 of file name-component.hpp.
|
static |
Version marker for NDN naming conventions.
Definition at line 38 of file name-component.hpp.