A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::VectorTlvValue Class Referenceabstract

this class is used to implement a vector of values in one tlv value field More...

#include <wimax-tlv.h>

+ Inheritance diagram for ns3::VectorTlvValue:

Public Types

typedef std::vector< Tlv * >
::const_iterator 
Iterator
 

Public Member Functions

void Add (const Tlv &val)
 
Iterator Begin () const
 
virtual VectorTlvValueCopy (void) const =0
 
virtual uint32_t Deserialize (Buffer::Iterator start, uint64_t valueLength)=0
 
Iterator End () const
 
virtual uint32_t GetSerializedSize (void) const
 
virtual void Serialize (Buffer::Iterator start) const
 

Private Attributes

std::vector< Tlv * > * m_tlvList
 

Detailed Description

this class is used to implement a vector of values in one tlv value field

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


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