ProtocolTlvValue class. More...
#include "wimax-tlv.h"
Public Types | |
typedef std::vector< uint8_t >::const_iterator | Iterator |
Iterator typedef. More... | |
Public Member Functions | |
ProtocolTlvValue () | |
~ProtocolTlvValue () override | |
void | Add (uint8_t protocol) |
Add protocol number. More... | |
Iterator | Begin () const |
Begin iterator. More... | |
ProtocolTlvValue * | Copy () const override |
Copy. More... | |
uint32_t | Deserialize (Buffer::Iterator start, uint64_t valueLength) override |
Deserialize from a buffer. More... | |
Iterator | End () const |
End iterator. More... | |
uint32_t | GetSerializedSize () const override |
Get serialized size in bytes. More... | |
void | Serialize (Buffer::Iterator start) const override |
Serialize to a buffer. More... | |
Public Member Functions inherited from ns3::TlvValue | |
virtual | ~TlvValue () |
Private Attributes | |
std::vector< uint8_t > * | m_protocol |
protocol More... | |
ProtocolTlvValue class.
Definition at line 531 of file wimax-tlv.h.
typedef std::vector<uint8_t>::const_iterator ns3::ProtocolTlvValue::Iterator |
Iterator typedef.
Definition at line 537 of file wimax-tlv.h.
ns3::ProtocolTlvValue::ProtocolTlvValue | ( | ) |
Definition at line 943 of file wimax-tlv.cc.
References m_protocol.
Referenced by Copy().
|
override |
Definition at line 948 of file wimax-tlv.cc.
References m_protocol.
void ns3::ProtocolTlvValue::Add | ( | uint8_t | protocol | ) |
Add protocol number.
protocol | the protocol number |
Definition at line 986 of file wimax-tlv.cc.
References m_protocol.
Referenced by Deserialize(), and ns3::IpcsClassifierRecord::ToTlv().
ProtocolTlvValue::Iterator ns3::ProtocolTlvValue::Begin | ( | void | ) | const |
Begin iterator.
Definition at line 992 of file wimax-tlv.cc.
References m_protocol.
|
overridevirtual |
Copy.
Implements ns3::TlvValue.
Definition at line 1004 of file wimax-tlv.cc.
References ProtocolTlvValue(), and m_protocol.
|
overridevirtual |
Deserialize from a buffer.
start | the iterator |
valueLen | the maximum length of the value |
Implements ns3::TlvValue.
Definition at line 974 of file wimax-tlv.cc.
References Add(), and ns3::Buffer::Iterator::ReadU8().
Referenced by ns3::ClassificationRuleVectorTlvValue::Deserialize().
ProtocolTlvValue::Iterator ns3::ProtocolTlvValue::End | ( | void | ) | const |
End iterator.
Definition at line 998 of file wimax-tlv.cc.
References m_protocol.
|
overridevirtual |
Get serialized size in bytes.
Implements ns3::TlvValue.
Definition at line 959 of file wimax-tlv.cc.
References m_protocol.
Referenced by ns3::ClassificationRuleVectorTlvValue::Deserialize(), and ns3::IpcsClassifierRecord::ToTlv().
|
overridevirtual |
Serialize to a buffer.
start | the iterator |
Implements ns3::TlvValue.
Definition at line 965 of file wimax-tlv.cc.
References m_protocol, and ns3::Buffer::Iterator::WriteU8().
|
private |
protocol
Definition at line 563 of file wimax-tlv.h.
Referenced by ProtocolTlvValue(), ~ProtocolTlvValue(), Add(), Begin(), Copy(), End(), GetSerializedSize(), and Serialize().