A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
object-ptr-container.h File Reference

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

#include "attribute.h"
#include "object.h"
#include "ptr.h"
#include <map>
+ Include dependency graph for object-ptr-container.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::ObjectPtrContainerAccessor
 AttributeAccessor implementation for ObjectPtrContainerValue. More...
 
class  ns3::ObjectPtrContainerChecker
 AttributeChecker implementation for ObjectPtrContainerValue. More...
 
class  ns3::internal::ObjectPtrContainerChecker< T >
 ObjectPtrContainerChecker implementation class. More...
 
class  ns3::ObjectPtrContainerValue
 Container for a set of ns3::Object pointers. More...
 

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 
namespace  ns3::internal
 Namespace for implementation details.
 

Functions

template<typename T , typename U , typename INDEX >
Ptr< const AttributeAccessor > ns3::MakeObjectPtrContainerAccessor (INDEX(T::*getN)() const, Ptr< U >(T::*get)(INDEX) const)
 Create an AttributeAccessor using a container class indexed get method.
 
template<typename T , typename U , typename INDEX >
Ptr< const AttributeAccessor > ns3::MakeObjectPtrContainerAccessor (Ptr< U >(T::*get)(INDEX) const, INDEX(T::*getN)() const)
 Create an AttributeAccessor using a container class indexed get method.
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeObjectPtrContainerChecker ()
 

Detailed Description

ns3::ObjectPtrContainerValue attribute value declarations and template implementations.

Definition in file object-ptr-container.h.