Class to represent EXT ccnb-encoded node. More...
#include <ext.h>


Public Member Functions | |
| Ext (Buffer::Iterator &start, uint32_t extSubtype) | |
| Constructor that actually parsed ccnb-encoded DTAG 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 | |
| uint64_t | m_extSubtype |
| Extension type. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ns3::ndn::wire::CcnbParser::Block | |
| static Ptr< Block > | ParseBlock (Buffer::Iterator &start, bool dontParseBlock=false) |
| Parsing stream (recursively) and creating a parsed BLOCK object. More... | |
Class to represent EXT ccnb-encoded node.
| ns3::ndn::wire::CcnbParser::Ext::Ext | ( | Buffer::Iterator & | start, |
| uint32_t | extSubtype | ||
| ) |
Constructor that actually parsed ccnb-encoded DTAG block.
| start | buffer iterator pointing to the next byte past EXT block |
| extSubtype | extension type (extracted from the value field) |