aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
heap.cpp
Go to the documentation of this file.
1 
30 #include <agrum/tools/core/heap.h>
31 
32 
33 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
34 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
35 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
36 template class gum::Heap< int >;
37 # endif
38 # endif
39 #endif
40 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
41 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
42 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
43 template class gum::Heap< long >;
44 # endif
45 # endif
46 #endif
47 
48 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
49 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
50 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
51 template class gum::Heap< double >;
52 # endif
53 # endif
54 #endif
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Heap data structureThis structure is a basic heap data structure, i.e., it is a container in which el...
Definition: heap.h:48