A Discrete-Event Network Simulator
API
ns3::Ns2MobilityHelper::ObjectStore Class Referenceabstract

a class to hold input objects internally More...

Public Member Functions

virtual ~ObjectStore ()
 
virtual Ptr< ObjectGet (uint32_t i) const =0
 Return ith object in store. More...
 

Detailed Description

a class to hold input objects internally

Definition at line 110 of file ns2-mobility-helper.h.

Constructor & Destructor Documentation

◆ ~ObjectStore()

virtual ns3::Ns2MobilityHelper::ObjectStore::~ObjectStore ( )
inlinevirtual

Definition at line 113 of file ns2-mobility-helper.h.

Member Function Documentation

◆ Get()

virtual Ptr<Object> ns3::Ns2MobilityHelper::ObjectStore::Get ( uint32_t  i) const
pure virtual

Return ith object in store.

Parameters
iindex
Returns
pointer to object

Referenced by ns3::Ns2MobilityHelper::GetMobilityModel().

+ Here is the caller graph for this function:

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