A single Attribute triple. More...
#include "attribute-construction-list.h"
Public Attributes | |
| Ptr< const AttributeChecker > | checker |
| Checker used to validate serialized values. | |
| std::string | name |
| The name of the Attribute. | |
| Ptr< AttributeValue > | value |
| The value of the Attribute. | |
A single Attribute triple.
Definition at line 33 of file attribute-construction-list.h.
| Ptr<const AttributeChecker> ns3::AttributeConstructionList::Item::checker |
Checker used to validate serialized values.
Definition at line 36 of file attribute-construction-list.h.
Referenced by ns3::AttributeConstructionList::Add().
| std::string ns3::AttributeConstructionList::Item::name |
The name of the Attribute.
Definition at line 40 of file attribute-construction-list.h.
Referenced by ns3::AttributeConstructionList::Add().
| Ptr<AttributeValue> ns3::AttributeConstructionList::Item::value |
The value of the Attribute.
Definition at line 38 of file attribute-construction-list.h.
Referenced by ns3::AttributeConstructionList::Add().