git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@359
270642c3-0616-0410-b53a-bc976706d245
template <class Type>
TypeIdValue const typeIdValue();
+ inline std::ostream & operator<<(std::ostream & os, TypeIdValue const & v)
+ { return os << v.name(); }
+
}
///////////////////////////////hh.e////////////////////////////////////////