aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
refPtr.cpp
Go to the documentation of this file.
1 
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-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Smart pointersaGrUM&#39;s smart pointers keep track of the number of times the value they point to is ref...
Definition: refPtr.h:117