#include "wimax-tlv.h"
Classes | |
struct | PortRange |
Public Types | |
typedef std::vector< struct PortRange >::const_iterator | Iterator |
Public Member Functions | |
PortRangeTlvValue () | |
~PortRangeTlvValue () | |
void | Add (uint16_t portLow, uint16_t portHigh) |
Iterator | Begin () const |
virtual PortRangeTlvValue * | Copy (void) const |
virtual uint32_t | Deserialize (Buffer::Iterator start, uint64_t valueLength) |
Iterator | End () const |
virtual uint32_t | GetSerializedSize (void) const |
virtual void | Serialize (Buffer::Iterator start) const |
![]() | |
virtual | ~TlvValue () |
Private Attributes | |
std::vector< struct PortRange > * | m_portRange |
Definition at line 307 of file wimax-tlv.h.
typedef std::vector<struct PortRange>::const_iterator ns3::PortRangeTlvValue::Iterator |
Definition at line 315 of file wimax-tlv.h.
ns3::PortRangeTlvValue::PortRangeTlvValue | ( | ) |
Definition at line 880 of file wimax-tlv.cc.
References m_portRange.
Referenced by Copy().
ns3::PortRangeTlvValue::~PortRangeTlvValue | ( | ) |
Definition at line 884 of file wimax-tlv.cc.
References m_portRange.
void ns3::PortRangeTlvValue::Add | ( | uint16_t | portLow, |
uint16_t | portHigh | ||
) |
Definition at line 918 of file wimax-tlv.cc.
References m_portRange, ns3::PortRangeTlvValue::PortRange::PortHigh, and ns3::PortRangeTlvValue::PortRange::PortLow.
Referenced by Copy(), Deserialize(), and ns3::IpcsClassifierRecord::ToTlv().
PortRangeTlvValue::Iterator ns3::PortRangeTlvValue::Begin | ( | void | ) | const |
Definition at line 926 of file wimax-tlv.cc.
References m_portRange.
Referenced by ns3::IpcsClassifierRecord::IpcsClassifierRecord().
|
virtual |
Implements ns3::TlvValue.
Definition at line 938 of file wimax-tlv.cc.
References Add(), m_portRange, and PortRangeTlvValue().
|
virtual |
Implements ns3::TlvValue.
Definition at line 905 of file wimax-tlv.cc.
References Add(), and ns3::Buffer::Iterator::ReadNtohU16().
Referenced by ns3::ClassificationRuleVectorTlvValue::Deserialize().
PortRangeTlvValue::Iterator ns3::PortRangeTlvValue::End | ( | void | ) | const |
Definition at line 932 of file wimax-tlv.cc.
References m_portRange.
Referenced by ns3::IpcsClassifierRecord::IpcsClassifierRecord().
|
virtual |
Implements ns3::TlvValue.
Definition at line 891 of file wimax-tlv.cc.
References m_portRange.
Referenced by ns3::ClassificationRuleVectorTlvValue::Deserialize(), and ns3::IpcsClassifierRecord::ToTlv().
|
virtual |
Implements ns3::TlvValue.
Definition at line 896 of file wimax-tlv.cc.
References m_portRange, and ns3::Buffer::Iterator::WriteHtonU16().
|
private |
Definition at line 326 of file wimax-tlv.h.
Referenced by Add(), Begin(), Copy(), End(), GetSerializedSize(), PortRangeTlvValue(), Serialize(), and ~PortRangeTlvValue().