aGrUM  0.16.0
refPtr.cpp
Go to the documentation of this file.
1 
29 #include <agrum/core/refPtr.h>
30 
31 
32 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
33 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
34 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
35 template class gum::RefPtr< int >;
36 # endif
37 # endif
38 #endif
39 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
40 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
41 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
42 template class gum::RefPtr< long >;
43 # endif
44 # endif
45 #endif
46 
47 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
48 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
49 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
50 template class gum::RefPtr< double >;
51 # endif
52 # endif
53 #endif
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Smart pointersaGrUM&#39;s smart pointers keep track of the number of times the value they point to is ref...
Definition: refPtr.h:117