X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.hh;h=f901ef8b8977f379f5d663de66af9ccd1b6932b7;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=d147f47a9573d32ad1ca918fa222181c61282ba0;hpb=1ec4c14339e1dbc9a56be7fb528d089e1f37600c;p=senf.git diff --git a/senf/Utils/TypeIdValue.hh b/senf/Utils/TypeIdValue.hh index d147f47..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,30 +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"