Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for BinomialQueue< T, C, A >, including all inherited members.
alloc() const | DefaultAllocatorDelegate | inline |
allocate(t::size size) const | DefaultAllocatorDelegate | inline |
BinomialQueue(const C &c=single< C >(), const A &a=single< A >()) | BinomialQueue< T, C, A > | inline |
compare(const T &v1, const T &v2) | Comparator< T > | inlinestatic |
doCompare(const T &v1, const T &v2) const | Comparator< T > | inline |
free(t::ptr p) const | DefaultAllocatorDelegate | inline |
get() | BinomialQueue< T, C, A > | inline |
head() const | BinomialQueue< T, C, A > | inline |
isEmpty() const | BinomialQueue< T, C, A > | inline |
put(const T &x) | BinomialQueue< T, C, A > | inline |
t typedef | Comparator< T > |