A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::TypeId::AttributeInformation Struct Reference

Attribute implementation. More...

#include "type-id.h"

+ Collaboration diagram for ns3::TypeId::AttributeInformation:

Public Attributes

Ptr< const AttributeAccessoraccessor
 Accessor object.
 
Ptr< const AttributeCheckerchecker
 Checker object.
 
uint32_t flags
 AttributeFlags value.
 
std::string help
 Attribute help string.
 
Ptr< const AttributeValueinitialValue
 Configured initial value.
 
std::string name
 Attribute name.
 
Ptr< const AttributeValueoriginalInitialValue
 Default initial value.
 
TypeId::SupportLevel supportLevel
 Support level/deprecation.
 
std::string supportMsg
 Support message.
 

Detailed Description

Attribute implementation.

Definition at line 80 of file type-id.h.

Member Data Documentation

◆ accessor

◆ checker

◆ flags

◆ help

std::string ns3::TypeId::AttributeInformation::help

◆ initialValue

◆ name

◆ originalInitialValue

Ptr<const AttributeValue> ns3::TypeId::AttributeInformation::originalInitialValue

Default initial value.

Definition at line 89 of file type-id.h.

Referenced by ns3::IidManager::AddAttribute(), and ns3::Config::Reset().

◆ supportLevel

◆ supportMsg

std::string ns3::TypeId::AttributeInformation::supportMsg

Support message.

Definition at line 99 of file type-id.h.

Referenced by ns3::IidManager::AddAttribute(), and ns3::TypeId::LookupAttributeByName().


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