Classes | |
class | Component |
Component holds a read-only name component value. More... | |
Functions | |
BOOST_CONCEPT_ASSERT ((boost::EqualityComparable< Component >)) | |
BOOST_CONCEPT_ASSERT ((WireEncodable< Component >)) | |
BOOST_CONCEPT_ASSERT ((WireEncodableWithEncodingBuffer< Component >)) | |
BOOST_CONCEPT_ASSERT ((WireDecodable< Component >)) | |
template size_t | Component::wireEncode<::ndn::encoding::EncoderTag > (::ndn::EncodingBuffer &) const |
template size_t | Component::wireEncode<::ndn::encoding::EstimatorTag > (::ndn::EncodingEstimator &) const |
static const std::string & | getSha256DigestUriPrefix () |
std::ostream & | operator<< (std::ostream &os, const Component &component) |
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... | |
ndn::name::BOOST_CONCEPT_ASSERT | ( | (boost::EqualityComparable< Component >) | ) |
ndn::name::BOOST_CONCEPT_ASSERT | ( | (WireEncodable< Component >) | ) |
ndn::name::BOOST_CONCEPT_ASSERT | ( | (WireEncodableWithEncodingBuffer< Component >) | ) |
ndn::name::BOOST_CONCEPT_ASSERT | ( | (WireDecodable< Component >) | ) |
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 |
|
static |
Definition at line 47 of file name-component.cpp.
|
inline |
Definition at line 573 of file name-component.hpp.
|
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.