#include <attribute.h>
Private Member Functions | |
virtual Ptr< AttributeValue > | Copy (void) const |
virtual std::string | SerializeToString (Ptr< const AttributeChecker > checker) const |
virtual bool | DeserializeFromString (std::string value, Ptr< const AttributeChecker > checker) |
virtual Ptr<AttributeValue> ns3::EmptyAttributeValue::Copy | ( | void | ) | const [private, virtual] |
Implements ns3::AttributeValue.
virtual bool ns3::EmptyAttributeValue::DeserializeFromString | ( | std::string | value, | |
Ptr< const AttributeChecker > | checker | |||
) | [private, virtual] |
value | a string representation of the value | |
checker | a pointer to the checker associated to the attribute. |
Implements ns3::AttributeValue.
virtual std::string ns3::EmptyAttributeValue::SerializeToString | ( | Ptr< const AttributeChecker > | checker | ) | const [private, virtual] |
checker | the checker associated to the attribute |
Implements ns3::AttributeValue.