X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeIdValue.hh;h=4e6c853189df2e8c4feaae96c3cbce7bc8e5ff2c;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=61bcdd1d63a842d248dd9d8a99fa7a13f4b1aad9;hpb=a3d3979b7daaf22ea63ca356edbfa8047dff7b78;p=senf.git diff --git a/Utils/TypeIdValue.hh b/Utils/TypeIdValue.hh index 61bcdd1..4e6c853 100644 --- a/Utils/TypeIdValue.hh +++ b/Utils/TypeIdValue.hh @@ -20,6 +20,9 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +/** \file + \brief TypeIdValue public header */ + #ifndef HH_TypeIdValue_ #define HH_TypeIdValue_ 1 @@ -89,6 +92,9 @@ namespace senf { template TypeIdValue const typeIdValue(); + inline std::ostream & operator<<(std::ostream & os, TypeIdValue const & v) + { return os << v.name(); } + } ///////////////////////////////hh.e////////////////////////////////////////