NS-3 based Named Data Networking (NDN) simulator
ndnSIM: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ns3::ndn::wire::CcnbParser::Tag Class Reference

Class to represent TAG ccnb-encoded node. More...

#include <tag.h>

Inheritance diagram for ns3::ndn::wire::CcnbParser::Tag:
Collaboration diagram for ns3::ndn::wire::CcnbParser::Tag:

Public Member Functions

 Tag (Buffer::Iterator &start, uint32_t length)
 Constructor that actually parsed ccnb-encoded TAG block. More...
 
virtual void accept (VoidNoArguVisitor &v)
 Accept visitor void(*)()
 
virtual void accept (VoidVisitor &v, boost::any param)
 Accept visitor void(*)(boost::any)
 
virtual boost::any accept (NoArguVisitor &v)
 Accept visitor boost::any(*)()
 
virtual boost::any accept (Visitor &v, boost::any param)
 Accept visitor boost::any(*)(boost::any)
 

Public Attributes

std::string m_tag
 Name of TAG block.
 
- Public Attributes inherited from ns3::ndn::wire::CcnbParser::BaseTag
std::list< Ptr< Block > > m_attrs
 List of attributes, associated with this tag.
 
std::list< Ptr< Block > > m_nestedTags
 List of nested tags.
 

Additional Inherited Members

- Static Public Member Functions inherited from ns3::ndn::wire::CcnbParser::Block
static Ptr< BlockParseBlock (Buffer::Iterator &start, bool dontParseBlock=false)
 Parsing stream (recursively) and creating a parsed BLOCK object. More...
 
- Protected Member Functions inherited from ns3::ndn::wire::CcnbParser::BaseTag
 BaseTag ()
 Default constructor.
 

Detailed Description

Class to represent TAG ccnb-encoded node.

See also
http://www.ccnx.org/releases/latest/doc/technical/BinaryEncoding.html

Definition at line 38 of file tag.h.

Constructor & Destructor Documentation

Tag::Tag ( Buffer::Iterator &  start,
uint32_t  length 
)

Constructor that actually parsed ccnb-encoded TAG block.

Parameters
startbuffer iterator pointing to the first byte of TAG block name
lengthlength of TAG name - 1 byte (i.e., minimum tag name is 1 byte)
See also
http://www.ccnx.org/releases/latest/doc/technical/BinaryEncoding.html

Definition at line 30 of file tag.cc.


The documentation for this class was generated from the following files: