A Discrete-Event Network Simulator
API
object-vector.h File Reference

ns3::ObjectVectorValue attribute value declarations and template implementations. More...

#include "object.h"
#include "ptr.h"
#include "attribute.h"
#include "object-ptr-container.h"
+ Include dependency graph for object-vector.h:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Typedefs

typedef ObjectPtrContainerValue ns3::ObjectVectorValue
 ObjectVectorValue is an alias for ObjectPtrContainerValue. More...
 

Functions

template<typename T , typename U >
Ptr< const AttributeAccessor > ns3::MakeObjectVectorAccessor (U T::*memberVariable)
 MakeAccessorHelper implementation for ObjectVector. More...
 
template<typename T , typename U , typename INDEX >
Ptr< const AttributeAccessor > ns3::MakeObjectVectorAccessor (Ptr< U >(T::*get)(INDEX) const, INDEX(T::*getN)(void) const)
 Create an AttributeAccessor using a container class indexed get method. More...
 
template<typename T , typename U , typename INDEX >
Ptr< const AttributeAccessor > ns3::MakeObjectVectorAccessor (INDEX(T::*getN)(void) const, Ptr< U >(T::*get)(INDEX) const)
 Create an AttributeAccessor using a container class indexed get method. More...
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeObjectVectorChecker (void)
 

Detailed Description

ns3::ObjectVectorValue attribute value declarations and template implementations.

Definition in file object-vector.h.