#include "wimax-tlv.h"
 Inheritance diagram for ns3::TosTlvValue:
 Collaboration diagram for ns3::TosTlvValue:Public Member Functions | |
| TosTlvValue () | |
| TosTlvValue (uint8_t, uint8_t, uint8_t) | |
| ~TosTlvValue () | |
| virtual TosTlvValue * | Copy () const | 
| virtual uint32_t | Deserialize (Buffer::Iterator start, uint64_t valueLength) | 
| uint8_t | GetHigh (void) const | 
| uint8_t | GetLow (void) const | 
| uint8_t | GetMask (void) const | 
| virtual uint32_t | GetSerializedSize (void) const | 
| virtual void | Serialize (Buffer::Iterator start) const | 
  Public Member Functions inherited from ns3::TlvValue | |
| virtual | ~TlvValue () | 
Private Attributes | |
| uint8_t | m_high | 
| uint8_t | m_low | 
| uint8_t | m_mask | 
Definition at line 284 of file wimax-tlv.h.
| ns3::TosTlvValue::TosTlvValue | ( | ) | 
| ns3::TosTlvValue::TosTlvValue | ( | uint8_t | low, | 
| uint8_t | high, | ||
| uint8_t | mask | ||
| ) | 
Definition at line 827 of file wimax-tlv.cc.
| ns3::TosTlvValue::~TosTlvValue | ( | ) | 
Definition at line 833 of file wimax-tlv.cc.
      
  | 
  virtual | 
Implements ns3::TlvValue.
Definition at line 874 of file wimax-tlv.cc.
References m_high, m_low, m_mask, and TosTlvValue().
 Here is the call graph for this function:
      
  | 
  virtual | 
Implements ns3::TlvValue.
Definition at line 850 of file wimax-tlv.cc.
References m_high, m_low, m_mask, and ns3::Buffer::Iterator::ReadU8().
Referenced by ns3::ClassificationRuleVectorTlvValue::Deserialize().
 Here is the call graph for this function:
 Here is the caller graph for this function:| uint8_t ns3::TosTlvValue::GetHigh | ( | void | ) | const | 
Definition at line 863 of file wimax-tlv.cc.
References m_high.
| uint8_t ns3::TosTlvValue::GetLow | ( | void | ) | const | 
Definition at line 858 of file wimax-tlv.cc.
References m_low.
| uint8_t ns3::TosTlvValue::GetMask | ( | void | ) | const | 
Definition at line 868 of file wimax-tlv.cc.
References m_mask.
      
  | 
  virtual | 
Implements ns3::TlvValue.
Definition at line 838 of file wimax-tlv.cc.
Referenced by ns3::ClassificationRuleVectorTlvValue::Deserialize().
 Here is the caller graph for this function:
      
  | 
  virtual | 
Implements ns3::TlvValue.
Definition at line 843 of file wimax-tlv.cc.
References m_high, m_low, m_mask, and ns3::Buffer::Iterator::WriteU8().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 299 of file wimax-tlv.h.
Referenced by Copy(), Deserialize(), GetHigh(), Serialize(), and TosTlvValue().
      
  | 
  private | 
Definition at line 298 of file wimax-tlv.h.
Referenced by Copy(), Deserialize(), GetLow(), Serialize(), and TosTlvValue().
      
  | 
  private | 
Definition at line 300 of file wimax-tlv.h.
Referenced by Copy(), Deserialize(), GetMask(), Serialize(), and TosTlvValue().