A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
object-map.h File Reference
#include "object.h"
#include "ptr.h"
#include "attribute.h"
#include "object-ptr-container.h"
+ Include dependency graph for object-map.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::ObjectMapValue
 

Functions

template<typename T , typename U >
Ptr< const AttributeAccessor > ns3::MakeObjectMapAccessor (U T::*memberContainer)
 
template<typename T , typename U , typename INDEX >
Ptr< const AttributeAccessor > ns3::MakeObjectMapAccessor (Ptr< U >(T::*get)(INDEX) const, INDEX(T::*getN)(void) const)
 
template<typename T , typename U , typename INDEX >
Ptr< const AttributeAccessor > ns3::MakeObjectMapAccessor (INDEX(T::*getN)(void) const, Ptr< U >(T::*get)(INDEX) const)
 
template<typename T >
Ptr< const AttributeChecker > ns3::MakeObjectMapChecker (void)