name-component.hpp File Reference
+ 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
 

Functions

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::SEQUENCE_NUMBER_MARKER = 0xFE
 Sequence number 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::VERSION_MARKER = 0xFD
 Version marker for NDN naming conventions. More...