A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::U32TlvValue Class Reference

#include <wimax-tlv.h>

+ Inheritance diagram for ns3::U32TlvValue:
+ Collaboration diagram for ns3::U32TlvValue:

Public Member Functions

 U32TlvValue (uint32_t value)
 
 U32TlvValue ()
 
 ~U32TlvValue (void)
 
virtual U32TlvValueCopy (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
 

Detailed Description

Definition at line 144 of file wimax-tlv.h.

Constructor & Destructor Documentation

ns3::U32TlvValue::U32TlvValue ( uint32_t  value)

Definition at line 587 of file wimax-tlv.cc.

References m_value.

ns3::U32TlvValue::U32TlvValue ( )

Definition at line 592 of file wimax-tlv.cc.

References m_value.

Referenced by Copy().

+ Here is the caller graph for this function:

ns3::U32TlvValue::~U32TlvValue ( void  )

Definition at line 597 of file wimax-tlv.cc.

Member Function Documentation

U32TlvValue * ns3::U32TlvValue::Copy ( void  ) const
virtual

Implements ns3::TlvValue.

Definition at line 629 of file wimax-tlv.cc.

References m_value, and U32TlvValue().

+ Here is the call graph for this function:

uint32_t ns3::U32TlvValue::Deserialize ( Buffer::Iterator  start,
uint64_t  valueLen 
)
virtual

Implements ns3::TlvValue.

Definition at line 611 of file wimax-tlv.cc.

Referenced by ns3::SfVectorTlvValue::Deserialize().

+ Here is the caller graph for this function:

uint32_t ns3::U32TlvValue::Deserialize ( Buffer::Iterator  start)

Definition at line 617 of file wimax-tlv.cc.

References m_value, and ns3::Buffer::Iterator::ReadNtohU32().

+ Here is the call graph for this function:

uint32_t ns3::U32TlvValue::GetSerializedSize ( void  ) const
virtual

Implements ns3::TlvValue.

Definition at line 601 of file wimax-tlv.cc.

uint32_t ns3::U32TlvValue::GetValue ( void  ) const

Definition at line 623 of file wimax-tlv.cc.

References m_value.

void ns3::U32TlvValue::Serialize ( Buffer::Iterator  start) const
virtual

Implements ns3::TlvValue.

Definition at line 606 of file wimax-tlv.cc.

References m_value, and ns3::Buffer::Iterator::WriteHtonU32().

+ Here is the call graph for this function:

Member Data Documentation

uint32_t ns3::U32TlvValue::m_value
private

Definition at line 158 of file wimax-tlv.h.

Referenced by Copy(), Deserialize(), GetValue(), Serialize(), and U32TlvValue().


The documentation for this class was generated from the following files: