A Discrete-Event Network Simulator
API
attribute-container.h File Reference
#include <ns3/attribute-helper.h>
#include <ns3/string.h>
#include <list>
#include <algorithm>
#include <iterator>
#include <sstream>
#include <typeinfo>
#include <type_traits>
#include <utility>
+ Include dependency graph for attribute-container.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::internal::AttributeContainerChecker< A, C >
 
class  ns3::AttributeContainerChecker
 
AttributeChecker implementation for AttributeContainerValue. More...
 
class  ns3::AttributeContainerValue< A, C >
 A container for one type of attribute. More...
 

Namespaces

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

Functions

template<typename A , template< typename... > class C = std::list, typename T1 >
Ptr< const AttributeAccessor > ns3::MakeAttributeContainerAccessor (T1 a1)
 
template<class A , template< class... > class C>
Ptr< AttributeChecker > ns3::MakeAttributeContainerChecker (const AttributeContainerValue< A, C > &value)
 Make AttributeContainerChecker from AttributeContainerValue. More...
 
template<class A , template< class... > class C = std::list>
Ptr< const AttributeChecker > ns3::MakeAttributeContainerChecker (Ptr< const AttributeChecker > itemchecker)
 Make AttributeContainerChecker using explicit types, initialize item checker. More...
 
template<class A , template< class... > class C = std::list>
Ptr< AttributeChecker > ns3::MakeAttributeContainerChecker (void)
 Make unitialized AttributeContainerChecker using explicit types. More...