aGrUM
0.17.2
a C++ library for (probabilistic) graphical models
priorityQueue.cpp
Go to the documentation of this file.
1
30
// to help IDE parser
31
#include <
agrum/tools/core/priorityQueue.h
>
32
33
#ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
34
# ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
35
template
class
gum::PriorityQueue< std::string >
;
36
# endif
37
#endif
38
#ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
39
# ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
40
template
class
gum::PriorityQueue< int, int >
;
41
# endif
42
#endif
gum::PriorityQueue
A priorityQueue is a heap in which each element has a mutable priorityA priority queue is quite simil...
Definition:
priorityQueue.h:51
priorityQueue.h
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.