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