X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.hh;h=f901ef8b8977f379f5d663de66af9ccd1b6932b7;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=f1b80182cdcab8e3d6024350db2c5f2906261a37;hpb=a9d8ca7d0cd9d0ee9d3bd37988546d016ea5c27a;p=senf.git diff --git a/senf/Utils/TypeIdValue.hh b/senf/Utils/TypeIdValue.hh index f1b8018..f901ef8 100644 --- a/senf/Utils/TypeIdValue.hh +++ b/senf/Utils/TypeIdValue.hh @@ -33,7 +33,7 @@ #include //#include "TypeIdValue.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -43,9 +43,9 @@ namespace senf { class TypeIdValue : public boost::totally_ordered { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ // my default constructor // my copy constructor @@ -56,8 +56,8 @@ namespace senf { TypeIdValue(); TypeIdValue(std::type_info const & v); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// bool operator==(TypeIdValue const & other) const; bool operator<(TypeIdValue const & other) const; @@ -73,18 +73,30 @@ namespace senf { std::type_info const * p_; }; + /** + \related TypeIdValue + */ TypeIdValue const typeIdValue(); + /** + \related TypeIdValue + */ template TypeIdValue const typeIdValue(); + /** + \related TypeIdValue + */ template - TypeIdValue const typeidValue(Type const & ob); + TypeIdValue const typeIdValue(Type const & ob); + /** + \related TypeIdValue + */ std::ostream & operator<<(std::ostream & os, TypeIdValue const & v); } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "TypeIdValue.cci" //#include "TypeIdValue.ct" #include "TypeIdValue.cti"