X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeIdValue.hh;h=e0db4ede7602aa9490f7c232a1843da2b8dbda7c;hb=05fab45b5f96c457d3c6b359f66ce1506c6ad510;hp=4e6c853189df2e8c4feaae96c3cbce7bc8e5ff2c;hpb=21ebc0092eb8f7754b5400c4b3bfcc0c136d2968;p=senf.git diff --git a/Utils/TypeIdValue.hh b/Utils/TypeIdValue.hh index 4e6c853..e0db4ed 100644 --- a/Utils/TypeIdValue.hh +++ b/Utils/TypeIdValue.hh @@ -64,6 +64,7 @@ namespace senf { bool operator<(TypeIdValue const & other) const; std::string name() const; + std::type_info const & id() const; protected: @@ -92,9 +93,7 @@ namespace senf { template TypeIdValue const typeIdValue(); - inline std::ostream & operator<<(std::ostream & os, TypeIdValue const & v) - { return os << v.name(); } - + std::ostream & operator<<(std::ostream & os, TypeIdValue const & v); } ///////////////////////////////hh.e////////////////////////////////////////