#include "wimax-tlv.h"
 Inheritance diagram for ns3::U32TlvValue:
 Inheritance diagram for ns3::U32TlvValue: Collaboration diagram for ns3::U32TlvValue:
 Collaboration diagram for ns3::U32TlvValue:| 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 | 
|  Public Member Functions inherited from ns3::TlvValue | |
| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | virtual | 
Implements ns3::TlvValue.
Definition at line 623 of file wimax-tlv.cc.
Referenced by ns3::SfVectorTlvValue::Deserialize().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 163 of file wimax-tlv.h.
Referenced by Copy(), Deserialize(), GetValue(), Serialize(), and U32TlvValue().