aGrUM
0.16.0
multiPriorityQueue.cpp
Go to the documentation of this file.
1
30
// to help IDE parser
31
#include <
agrum/core/multiPriorityQueue.h
>
32
33
34
#ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
35
# ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
36
template
class
gum::MultiPriorityQueue< std::string >
;
37
# endif
38
#endif
39
#ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
40
# ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
41
template
class
gum::MultiPriorityQueue< int, int >
;
42
# endif
43
#endif
multiPriorityQueue.h
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
gum::MultiPriorityQueue
A MultiPriorityQueue is a heap in which each element has a mutable priority and duplicates are allowe...
Definition:
multiPriorityQueue.h:127