Internal representation of the byte tags stored in a packet. More...
Public Attributes | |
uint32_t | count |
use counter (for smart deallocation) | |
uint8_t | data [4] |
data | |
uint32_t | dirty |
number of bytes actually in use | |
uint32_t | size |
size of the data | |
Internal representation of the byte tags stored in a packet.
This structure is only used by ByteTagList and should not be accessed directly.
Definition at line 43 of file byte-tag-list.cc.
uint32_t ns3::ByteTagListData::count |
use counter (for smart deallocation)
Definition at line 46 of file byte-tag-list.cc.
Referenced by ns3::ByteTagList::ByteTagList(), ns3::ByteTagList::Add(), and ns3::ByteTagList::operator=().
uint8_t ns3::ByteTagListData::data[4] |
data
Definition at line 48 of file byte-tag-list.cc.
Referenced by ns3::ByteTagList::Add(), and ns3::ByteTagList::Begin().
uint32_t ns3::ByteTagListData::dirty |
number of bytes actually in use
Definition at line 47 of file byte-tag-list.cc.
Referenced by ns3::ByteTagList::Add().
uint32_t ns3::ByteTagListData::size |
size of the data
Definition at line 45 of file byte-tag-list.cc.
Referenced by ns3::ByteTagList::Add().