X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaRTTI.h;h=d9cb69635df6f3448786b70ea65ffaea9ff6f5d8;hb=2e849c44f4debb495eb206f7f804ece58d7c2229;hp=e0a0ebb72fb4f06a68de144cbac3e7c7439d9439;hpb=17824854619941a12697fea8524f4218f9a14ef9;p=crea.git diff --git a/src/creaRTTI.h b/src/creaRTTI.h index e0a0ebb..d9cb696 100644 --- a/src/creaRTTI.h +++ b/src/creaRTTI.h @@ -4,6 +4,8 @@ # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image # pour la Santé) # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# Previous Authors : Laurent Guigues, Jean-Pierre Roux +# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil # # This software is governed by the CeCILL-B license under French law and # abiding by the rules of distribution of free software. You can use, @@ -20,15 +22,16 @@ # # The fact that you are presently reading this means that you have had # knowledge of the CeCILL-B license and that you accept its terms. -# ------------------------------------------------------------------------ */ +# ------------------------------------------------------------------------ +*/ /*========================================================================= Program: crea Module: $RCSfile: creaRTTI.h,v $ Language: C++ - Date: $Date: 2012/11/15 09:07:32 $ - Version: $Revision: 1.3 $ + Date: $Date: 2012/11/15 10:43:26 $ + Version: $Revision: 1.4 $ =========================================================================*/ /** @@ -50,8 +53,10 @@ (__GNUC__ == 3 && (__GNUC_MINOR__ > 1 || \ (__GNUC_MINOR__ == 1 && \ __GNUC_PATCHLEVEL__ > 0))) + #include #include + namespace crea { inline std::string demangle_type_name(const char* name)