#include "wimax-tlv.h"
Public Member Functions | |
U32TlvValue (uint32_t value) | |
U32TlvValue () | |
~U32TlvValue (void) | |
virtual U32TlvValue * | Copy (void) const |
virtual uint32_t | Deserialize (Buffer::Iterator start, uint64_t valueLen) |
uint32_t | Deserialize (Buffer::Iterator start) |
virtual uint32_t | GetSerializedSize (void) const |
uint32_t | GetValue (void) const |
virtual void | Serialize (Buffer::Iterator start) const |
![]() | |
virtual | ~TlvValue () |
Private Attributes | |
uint32_t | m_value |
Definition at line 149 of file wimax-tlv.h.
ns3::U32TlvValue::U32TlvValue | ( | uint32_t | value | ) |
Definition at line 599 of file wimax-tlv.cc.
References m_value.
ns3::U32TlvValue::U32TlvValue | ( | ) |
Definition at line 604 of file wimax-tlv.cc.
References m_value.
Referenced by Copy().
ns3::U32TlvValue::~U32TlvValue | ( | void | ) |
Definition at line 609 of file wimax-tlv.cc.
|
virtual |
Implements ns3::TlvValue.
Definition at line 641 of file wimax-tlv.cc.
References m_value, and U32TlvValue().
|
virtual |
Implements ns3::TlvValue.
Definition at line 623 of file wimax-tlv.cc.
Referenced by ns3::SfVectorTlvValue::Deserialize().
uint32_t ns3::U32TlvValue::Deserialize | ( | Buffer::Iterator | start | ) |
Definition at line 629 of file wimax-tlv.cc.
References m_value, and ns3::Buffer::Iterator::ReadNtohU32().
|
virtual |
Implements ns3::TlvValue.
Definition at line 613 of file wimax-tlv.cc.
uint32_t ns3::U32TlvValue::GetValue | ( | void | ) | const |
Definition at line 635 of file wimax-tlv.cc.
References m_value.
|
virtual |
Implements ns3::TlvValue.
Definition at line 618 of file wimax-tlv.cc.
References m_value, and ns3::Buffer::Iterator::WriteHtonU32().
|
private |
Definition at line 163 of file wimax-tlv.h.
Referenced by Copy(), Deserialize(), GetValue(), Serialize(), and U32TlvValue().