X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FAreaRegistry.hh;h=bd14e7752e0c049257983eca9e0d3baec3a9d182;hb=c7512677a51c8ba551ab23611d6e99bdc7a7fdfa;hp=8decd5559b61484b61eac252d1b7c25645a31aa3;hpb=f6f670f2dbc82b77db29df6cd452f2b351b9662a;p=senf.git diff --git a/Utils/Logger/AreaRegistry.hh b/Utils/Logger/AreaRegistry.hh index 8decd55..bd14e77 100644 --- a/Utils/Logger/AreaRegistry.hh +++ b/Utils/Logger/AreaRegistry.hh @@ -43,11 +43,13 @@ namespace log { /** \brief Area registry - The area registry keeps track of all areas defined. Area classes are defined as singletons - and will automatically register with this registry. + The area registry keeps track of all areas defined. - The area registry exposes a forward sequence interface which is a sequence of the names of - all registered areas. + The area registry exposes a forward sequence interface which allows to query the list of all + registered areas. + + \implementation Area classes are defined as singletons and will automatically register with + this registry. */ class AreaRegistry : public senf::singleton @@ -62,6 +64,7 @@ namespace log { public: typedef boost::transform_iterator iterator; + ///< Iterator type # ifdef DOXYGEN // Hmm ... doxygen does not understand using declarations ... @@ -71,8 +74,8 @@ namespace log { using senf::singleton::instance; - iterator begin(); - iterator end(); + iterator begin(); ///< Beginning of area name sequence + iterator end(); ///< End of area name sequence private: AreaRegistry();