A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
EmptyAttribute Attribute

AttributeValue implementation for EmptyAttribute. More...

+ Collaboration diagram for EmptyAttribute Attribute:

Classes

class  ns3::EmptyAttributeAccessor
 An accessor for EmptyAttributeValue. More...
 
class  ns3::EmptyAttributeChecker
 A checker for EmptyAttributeValue. More...
 
class  ns3::EmptyAttributeValue
 A class for an empty attribute value. More...
 

Functions

static Ptr< const AttributeAccessorns3::MakeEmptyAttributeAccessor ()
 Create an empty AttributeAccessor.
 
static Ptr< AttributeCheckerns3::MakeEmptyAttributeChecker ()
 Create an empty AttributeChecker.
 

Detailed Description

AttributeValue implementation for EmptyAttribute.

Function Documentation

◆ MakeEmptyAttributeAccessor()

static Ptr< const AttributeAccessor > ns3::MakeEmptyAttributeAccessor ( )
inlinestatic

Create an empty AttributeAccessor.

Returns
The empty AttributeAccessor (runtime exception if used)

Definition at line 296 of file attribute.h.

Referenced by DeprecatedAttribute::GetTypeId().

+ Here is the caller graph for this function:

◆ MakeEmptyAttributeChecker()

static Ptr< AttributeChecker > ns3::MakeEmptyAttributeChecker ( )
inlinestatic

Create an empty AttributeChecker.

Returns
The empty AttributeChecker (runtime exception if used)

Definition at line 330 of file attribute.h.

Referenced by DeprecatedAttribute::GetTypeId().

+ Here is the caller graph for this function: