A Discrete-Event Network Simulator
API
ns3::EmptyAttributeAccessor Class Reference

An accessor for EmptyAttributeValue. More...

#include "attribute.h"

+ Inheritance diagram for ns3::EmptyAttributeAccessor:
+ Collaboration diagram for ns3::EmptyAttributeAccessor:

Public Member Functions

 EmptyAttributeAccessor ()
 
 ~EmptyAttributeAccessor ()
 
virtual bool Get (const ObjectBase *object, AttributeValue &attribute) const
 
virtual bool HasGetter (void) const
 
virtual bool HasSetter (void) const
 
virtual bool Set (ObjectBase *object, const AttributeValue &value) const
 
- Public Member Functions inherited from ns3::AttributeAccessor
 AttributeAccessor ()
 
virtual ~AttributeAccessor ()
 
- Public Member Functions inherited from ns3::SimpleRefCount< AttributeAccessor >
 SimpleRefCount ()
 Default constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o[[maybe_unused]])
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= ([[maybe_unused]] const SimpleRefCount &o)
 Assignment operator. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 

Detailed Description

An accessor for EmptyAttributeValue.

Does nothing, since every EmptyAttributeValue is the same.

Definition at line 266 of file attribute.h.

Constructor & Destructor Documentation

◆ EmptyAttributeAccessor()

ns3::EmptyAttributeAccessor::EmptyAttributeAccessor ( )

Definition at line 105 of file attribute.cc.

◆ ~EmptyAttributeAccessor()

ns3::EmptyAttributeAccessor::~EmptyAttributeAccessor ( )

Definition at line 108 of file attribute.cc.

Member Function Documentation

◆ Get()

bool ns3::EmptyAttributeAccessor::Get ( const ObjectBase object,
AttributeValue attribute 
) const
virtual
Parameters
[in,out]objectThe object instance to get the value from
[out]attributeA pointer to where the value should be set.
Returns
true if the value could be read successfully, and stored in the input value, false otherwise.

This method expects that the caller has checked that the input value is valid with AttributeChecker::Check.

Implements ns3::AttributeAccessor.

Definition at line 120 of file attribute.cc.

◆ HasGetter()

bool ns3::EmptyAttributeAccessor::HasGetter ( void  ) const
virtual
Returns
true if this accessor supports the Get operation, false otherwise.

Implements ns3::AttributeAccessor.

Definition at line 128 of file attribute.cc.

◆ HasSetter()

bool ns3::EmptyAttributeAccessor::HasSetter ( void  ) const
virtual
Returns
true if this accessor supports the Set operation, false otherwise.

Implements ns3::AttributeAccessor.

Definition at line 134 of file attribute.cc.

◆ Set()

bool ns3::EmptyAttributeAccessor::Set ( ObjectBase object,
const AttributeValue value 
) const
virtual
Parameters
[in,out]objectThe object instance to set the value in
[in]valueThe value to set
Returns
true if the value could be set successfully, false otherwise.

This method expects that the caller has checked that the input value is valid with AttributeChecker::Check.

Implements ns3::AttributeAccessor.

Definition at line 112 of file attribute.cc.


The documentation for this class was generated from the following files: