X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeIdValue.hh;h=4a5ba0ff760ebcc929c4c509aa105a7952ed4ba7;hb=1b1d76302a5d61e918ef71f1c8e11f80ac1262e2;hp=4e6c853189df2e8c4feaae96c3cbce7bc8e5ff2c;hpb=21ebc0092eb8f7754b5400c4b3bfcc0c136d2968;p=senf.git diff --git a/Utils/TypeIdValue.hh b/Utils/TypeIdValue.hh index 4e6c853..4a5ba0f 100644 --- a/Utils/TypeIdValue.hh +++ b/Utils/TypeIdValue.hh @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -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////////////////////////////////////////