src/core/attribute.h
2009-11-12 replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
2008-12-09 make a pass through doxygen fixing errors
2008-06-02 add some doxygen, remove a couple of XXX
2008-05-29 Doxygen organization
2008-04-17 improve the auto-generated doxygen output.
2008-04-17 get rid of Attribute class. Use AttributeValue subclasses directly.
2008-04-11 add AttributeAccessor::HasGetter/HasSetter and implement it.
2008-04-10 use RefCountBase
2008-04-10 get rid of scary implementation details of Attribute.
2008-04-09 get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class.
2008-03-16 split code from object.h/object.cc
2008-03-15 add missing accessor construction functions.
2008-03-12 Add sufficient information to AttributeChecker to generate nice-looking doxygen documentation.
2008-03-12 fix doxygen errors
2008-03-10 doxygen doc
2008-03-10 add missing copyright statements.
2008-03-03 typo is code unused until then.
2008-03-01 introduce AttributeChecker::Create and use it instead of AttributeValue::Copy.
2008-02-28 Copy is not needed anymore.
2008-02-27 do not use anonymous namespace in header
2008-02-27 introduce the ns3::String class, get rid of the string -> Attribute implicit conversion, and get rid of MakeDataRate, port PointToPointNetDevice to Attributes
2008-02-27 re-organize the code to avoid link-time errors due to duplicate symbols.
2008-02-25 add a base arg to MakeSimpleAttributeChecker
2008-02-20 value.h -> attribute.h