A checker for EmptyAttributeValue. More...
#include "attribute.h"
 Inheritance diagram for ns3::EmptyAttributeChecker:
 Collaboration diagram for ns3::EmptyAttributeChecker:Public Member Functions | |
| EmptyAttributeChecker () | |
| ~EmptyAttributeChecker () | |
| virtual bool | Check (const AttributeValue &value) const | 
| virtual bool | Copy (const AttributeValue &source, AttributeValue &destination) const | 
| Copy the source to the destination.  More... | |
| virtual Ptr< AttributeValue > | Create (void) const | 
| virtual std::string | GetUnderlyingTypeInformation (void) const | 
| virtual std::string | GetValueTypeName (void) const | 
| virtual bool | HasUnderlyingTypeInformation (void) const | 
  Public Member Functions inherited from ns3::AttributeChecker | |
| AttributeChecker () | |
| virtual | ~AttributeChecker () | 
| Ptr< AttributeValue > | CreateValidValue (const AttributeValue &value) const | 
| Create a valid value from the argument value, or reinterpret the argument as a string.  More... | |
  Public Member Functions inherited from ns3::SimpleRefCount< AttributeChecker > | |
| SimpleRefCount () | |
| Default constructor.  More... | |
| SimpleRefCount (const SimpleRefCount &o) | |
| Copy constructor.  More... | |
| uint32_t | GetReferenceCount (void) const | 
| Get the reference count of the object.  More... | |
| SimpleRefCount & | operator= (const SimpleRefCount &o) | 
| Assignment operator.  More... | |
| void | Ref (void) const | 
| Increment the reference count.  More... | |
| void | Unref (void) const | 
| Decrement the reference count.  More... | |
A checker for EmptyAttributeValue.
Does nothing, since every EmptyAttributeValue does not contain anything and is, of course, valid.
Definition at line 295 of file attribute.h.
| ns3::EmptyAttributeChecker::EmptyAttributeChecker | ( | ) | 
Definition at line 147 of file attribute.cc.
| ns3::EmptyAttributeChecker::~EmptyAttributeChecker | ( | ) | 
Definition at line 151 of file attribute.cc.
      
  | 
  virtual | 
| [in] | value | A pointer to the value to check | 
Implements ns3::AttributeChecker.
Definition at line 156 of file attribute.cc.
      
  | 
  virtual | 
Copy the source to the destination.
| [in] | source | Source AttributeValue | 
| [out] | destination | Destination AttributeValue | 
Implements ns3::AttributeChecker.
Definition at line 188 of file attribute.cc.
      
  | 
  virtual | 
This method is typically used to create a temporary variable prior to calling Attribute::DeserializeFromString.
Implements ns3::AttributeChecker.
Definition at line 181 of file attribute.cc.
      
  | 
  virtual | 
Implements ns3::AttributeChecker.
Definition at line 175 of file attribute.cc.
      
  | 
  virtual | 
A typical return value here is FooValue where Foo is the name of the type being wrapped.
Implements ns3::AttributeChecker.
Definition at line 163 of file attribute.cc.
      
  | 
  virtual | 
If this method returns false, the return value of the GetUnderlyingTypeInformation method cannot be relied upon.
Implements ns3::AttributeChecker.
Definition at line 169 of file attribute.cc.