Parcourir la source

[2435] Add documentation for RRsetCollectionPtr

Mukund Sivaraman il y a 12 ans
Parent
commit
75d921323c
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/lib/dns/rrset_collection_base.h

+ 4 - 0
src/lib/dns/rrset_collection_base.h

@@ -171,6 +171,10 @@ public:
     }
 };
 
+/// \brief A pointer-like type pointing to an \c RRsetCollection object.
+///
+/// This type is used to handle RRsetCollections in a polymorphic manner
+/// in the BIND 10 codebase.
 typedef boost::shared_ptr<RRsetCollectionBase> RRsetCollectionPtr;
 
 } // end of namespace dns