aGrUM
0.16.0
heap.cpp
Go to the documentation of this file.
1
30
#include <
agrum/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
heap.h
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
gum::Heap
Heap data structureThis structure is a basic heap data structure, i.e., it is a container in which el...
Definition:
heap.h:48