A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::EmptyAttributeValue Class Reference

A class for an empty attribute value. More...

#include <attribute.h>

+ Inheritance diagram for ns3::EmptyAttributeValue:
+ Collaboration diagram for ns3::EmptyAttributeValue:

Public Member Functions

 EmptyAttributeValue ()
- Public Member Functions inherited from ns3::AttributeValue
 AttributeValue ()
virtual ~AttributeValue ()
virtual Ptr< AttributeValueCopy (void) const =0
virtual bool DeserializeFromString (std::string value, Ptr< const AttributeChecker > checker)=0
virtual std::string SerializeToString (Ptr< const AttributeChecker > checker) const =0
- Public Member Functions inherited from ns3::SimpleRefCount< AttributeValue >
 SimpleRefCount ()
 SimpleRefCount (const SimpleRefCount &o)
uint32_t GetReferenceCount (void) const
SimpleRefCountoperator= (const SimpleRefCount &o)
void Ref (void) const
void Unref (void) const

Private Member Functions

virtual Ptr< AttributeValueCopy (void) const
virtual bool DeserializeFromString (std::string value, Ptr< const AttributeChecker > checker)
virtual std::string SerializeToString (Ptr< const AttributeChecker > checker) const

Additional Inherited Members

- Static Public Member Functions inherited from ns3::SimpleRefCount< AttributeValue >
static void Cleanup (void)

Detailed Description

A class for an empty attribute value.

Definition at line 204 of file attribute.h.

Constructor & Destructor Documentation

ns3::EmptyAttributeValue::EmptyAttributeValue ( )

Definition at line 80 of file attribute.cc.

Member Function Documentation

Ptr< AttributeValue > ns3::EmptyAttributeValue::Copy ( void  ) const
privatevirtual

Definition at line 84 of file attribute.cc.

bool ns3::EmptyAttributeValue::DeserializeFromString ( std::string  value,
Ptr< const AttributeChecker checker 
)
privatevirtual

Definition at line 94 of file attribute.cc.

std::string ns3::EmptyAttributeValue::SerializeToString ( Ptr< const AttributeChecker checker) const
privatevirtual

Definition at line 89 of file attribute.cc.


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