A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::ByteTagList::Iterator::Item Struct Reference

An item specifies an individual tag within a byte buffer. More...

#include <byte-tag-list.h>

+ Collaboration diagram for ns3::ByteTagList::Iterator::Item:

Public Member Functions

 Item (TagBuffer buf)
 constructs an item with the given TagBuffer More...
 

Public Attributes

TagBuffer buf
 the data for the tag as generated by Tag::Serialize More...
 
int32_t end
 offset to the end of the tag from the virtual byte buffer More...
 
uint32_t size
 size of tag data More...
 
int32_t start
 offset to the start of the tag from the virtual byte buffer More...
 
TypeId tid
 type of the tag More...
 

Friends

class ByteTagList
 
class ByteTagList::Iterator
 

Detailed Description

An item specifies an individual tag within a byte buffer.

An item specifies an individual tag within a byte buffer

Definition at line 86 of file byte-tag-list.h.

Constructor & Destructor Documentation

ns3::ByteTagList::Iterator::Item::Item ( TagBuffer  buf)

constructs an item with the given TagBuffer

Definition at line 74 of file byte-tag-list.cc.

References NS_LOG_FUNCTION.

Friends And Related Function Documentation

friend class ByteTagList
friend

Definition at line 95 of file byte-tag-list.h.

friend class ByteTagList::Iterator
friend

Definition at line 96 of file byte-tag-list.h.

Member Data Documentation

TagBuffer ns3::ByteTagList::Iterator::Item::buf
int32_t ns3::ByteTagList::Iterator::Item::end
uint32_t ns3::ByteTagList::Iterator::Item::size
int32_t ns3::ByteTagList::Iterator::Item::start
TypeId ns3::ByteTagList::Iterator::Item::tid

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