X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeIdValue.hh;h=e0db4ede7602aa9490f7c232a1843da2b8dbda7c;hb=82ad2ed94c12c3e53097fef92978de8c28239fab;hp=1f261befb729c1073992585c61adecefc2e2b8a9;hpb=1f3b4447179d0cd771037d02b9a5671eeaaaec8d;p=senf.git diff --git a/Utils/TypeIdValue.hh b/Utils/TypeIdValue.hh index 1f261be..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,6 +93,7 @@ namespace senf { template TypeIdValue const typeIdValue(); + std::ostream & operator<<(std::ostream & os, TypeIdValue const & v); } ///////////////////////////////hh.e////////////////////////////////////////