Attribute implementation for AttributeContainer. More...
Classes | |
| class | ns3::AttributeContainerChecker |
| AttributeChecker implementation for AttributeContainerValue. More... | |
| class | ns3::AttributeContainerValue< A, C > |
| A container for one type of attribute. More... | |
Functions | |
| template<class A , template< class... > class C = std::list> | |
| Ptr< AttributeChecker > | ns3::MakeAttributeContainerChecker (void) |
| Make unitialized AttributeContainerChecker using explicit types. More... | |
Attribute implementation for AttributeContainer.
| ns3::Ptr< const ns3::AttributeChecker > ns3::MakeAttributeContainerChecker | ( | void | ) |
Make unitialized AttributeContainerChecker using explicit types.
| A | AttributeValue type in container. |
| C | Container type returned by Get. |
Definition at line 298 of file attribute-container.h.