A Discrete-Event Network Simulator
API
ns3::MeshInformationElementVector Class Reference

#include <mesh-information-element-vector.h>

+ Inheritance diagram for ns3::MeshInformationElementVector:
+ Collaboration diagram for ns3::MeshInformationElementVector:

Public Member Functions

virtual uint32_t DeserializeSingleIe (Buffer::Iterator start)
 Needed when you try to deserialize a lonely IE inside other header. More...
 
- Public Member Functions inherited from ns3::WifiInformationElementVector
 WifiInformationElementVector ()
 
 ~WifiInformationElementVector ()
 
bool AddInformationElement (Ptr< WifiInformationElement > element)
 add an IE, if maxSize has exceeded, returns false More...
 
Iterator Begin ()
 Returns Begin of the vector. More...
 
virtual uint32_t Deserialize (Buffer::Iterator start)
 
Iterator End ()
 Returns End of the vector. More...
 
Ptr< WifiInformationElementFindFirst (WifiInformationElementId id) const
 vector of pointers to information elements is the body of IeVector More...
 
TypeId GetInstanceTypeId () const
 Get the most derived TypeId for this Object. More...
 
virtual uint32_t GetSerializedSize () const
 
virtual bool operator== (const WifiInformationElementVector &a) const
 Check if the given WifiInformationElementVectors are equivalent. More...
 
virtual void Print (std::ostream &os) const
 
virtual void Serialize (Buffer::Iterator start) const
 
void SetMaxSize (uint16_t size)
 Set maximum size to control overflow of the max packet length. More...
 
- Public Member Functions inherited from ns3::Header
virtual ~Header ()
 
- Public Member Functions inherited from ns3::ObjectBase
virtual ~ObjectBase ()
 Virtual destructor. More...
 
void GetAttribute (std::string name, AttributeValue &value) const
 Get the value of an attribute, raising fatal errors if unsuccessful. More...
 
bool GetAttributeFailSafe (std::string name, AttributeValue &value) const
 Get the value of an attribute without raising erros. More...
 
void SetAttribute (std::string name, const AttributeValue &value)
 Set a single attribute, raising fatal errors if unsuccessful. More...
 
bool SetAttributeFailSafe (std::string name, const AttributeValue &value)
 Set a single attribute without raising errors. More...
 
bool TraceConnect (std::string name, std::string context, const CallbackBase &cb)
 Connect a TraceSource to a Callback with a context. More...
 
bool TraceConnectWithoutContext (std::string name, const CallbackBase &cb)
 Connect a TraceSource to a Callback without a context. More...
 
bool TraceDisconnect (std::string name, std::string context, const CallbackBase &cb)
 Disconnect from a TraceSource a Callback previously connected with a context. More...
 
bool TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb)
 Disconnect from a TraceSource a Callback previously connected without a context. More...
 

Additional Inherited Members

- Public Types inherited from ns3::WifiInformationElementVector
typedef std::vector< Ptr< WifiInformationElement > >::iterator Iterator
 As soon as this is a vector, we define an Iterator. More...
 
- Static Public Member Functions inherited from ns3::WifiInformationElementVector
static TypeId GetTypeId ()
 
- Static Public Member Functions inherited from ns3::Header
static TypeId GetTypeId (void)
 Get the type ID. More...
 
- Static Public Member Functions inherited from ns3::Chunk
static TypeId GetTypeId (void)
 Get the type ID. More...
 
- Static Public Member Functions inherited from ns3::ObjectBase
static TypeId GetTypeId (void)
 Get the type ID. More...
 
- Protected Types inherited from ns3::WifiInformationElementVector
typedef std::vector< Ptr< WifiInformationElement > > IE_VECTOR
 typedef for a vector of WifiInformationElements. More...
 
- Protected Member Functions inherited from ns3::WifiInformationElementVector
uint32_t GetSize () const
 Current number of bytes. More...
 
- Protected Member Functions inherited from ns3::ObjectBase
void ConstructSelf (const AttributeConstructionList &attributes)
 Complete construction of ObjectBase; invoked by derived classes. More...
 
virtual void NotifyConstructionCompleted (void)
 Notifier called once the ObjectBase is fully constructed. More...
 
- Protected Attributes inherited from ns3::WifiInformationElementVector
IE_VECTOR m_elements
 Information element vector. More...
 
uint16_t m_maxSize
 Size in bytes (actually, max packet length) More...
 

Detailed Description

Definition at line 30 of file mesh-information-element-vector.h.

Member Function Documentation


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