Class to represent UDATA ccnb-encoded node.
More...
#include <udata.h>
|
| Udata (Buffer::Iterator &start, uint32_t length) |
| Constructor that actually parsed ccnb-encoded UDATA 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)
|
|
|
std::string | m_udata |
| field holding a parsed UDATA value of the block
|
|
|
static Ptr< Block > | ParseBlock (Buffer::Iterator &start, bool dontParseBlock=false) |
| Parsing stream (recursively) and creating a parsed BLOCK object. More...
|
|
Class to represent UDATA ccnb-encoded node.
Definition at line 36 of file udata.h.
ns3::ndn::wire::CcnbParser::Udata::Udata |
( |
Buffer::Iterator & |
start, |
|
|
uint32_t |
length |
|
) |
| |
The documentation for this class was generated from the following files:
- ndnSIM/model/wire/ccnb/ccnb-parser/syntax-tree/udata.h
- ndnSIM/model/wire/ccnb/ccnb-parser/syntax-tree/udata.cc