A Discrete-Event Network Simulator
API
ns3::AttributeConstructionList::Item Struct Reference

A single Attribute triple. More...

#include "attribute-construction-list.h"

+ Collaboration diagram for ns3::AttributeConstructionList::Item:

Public Attributes

Ptr< const AttributeCheckerchecker
 Checker used to validate serialized values. More...
 
std::string name
 The name of the Attribute. More...
 
Ptr< AttributeValuevalue
 The value of the Attribute. More...
 

Detailed Description

A single Attribute triple.

Definition at line 43 of file attribute-construction-list.h.

Member Data Documentation

◆ checker

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().

◆ name

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().

◆ value

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().


The documentation for this struct was generated from the following file: