X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.hh;fp=senf%2FUtils%2FTypeIdValue.hh;h=d147f47a9573d32ad1ca918fa222181c61282ba0;hb=1ec4c14339e1dbc9a56be7fb528d089e1f37600c;hp=f1b80182cdcab8e3d6024350db2c5f2906261a37;hpb=5a975981587c43785e7a72fa053667fb3ad6a08b;p=senf.git diff --git a/senf/Utils/TypeIdValue.hh b/senf/Utils/TypeIdValue.hh index f1b8018..d147f47 100644 --- a/senf/Utils/TypeIdValue.hh +++ b/senf/Utils/TypeIdValue.hh @@ -73,14 +73,26 @@ namespace senf { std::type_info const * p_; }; + /** + \related TypeIdValue + */ TypeIdValue const typeIdValue(); + /** + \related TypeIdValue + */ template TypeIdValue const typeIdValue(); + /** + \related TypeIdValue + */ template TypeIdValue const typeidValue(Type const & ob); + /** + \related TypeIdValue + */ std::ostream & operator<<(std::ostream & os, TypeIdValue const & v); }