![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 34 of file adjustable_priority_queue.h.
#include <adjustable_priority_queue.h>
Public Member Functions | |
| AdjustablePriorityQueue ()=default | |
| AdjustablePriorityQueue (const Comp &c) | |
| AdjustablePriorityQueue (const AdjustablePriorityQueue &)=delete | |
| AdjustablePriorityQueue & | operator= (const AdjustablePriorityQueue &)=delete |
| AdjustablePriorityQueue (AdjustablePriorityQueue &&)=default | |
| AdjustablePriorityQueue & | operator= (AdjustablePriorityQueue &&)=default |
| void | Add (T *val) |
| void | Remove (T *val) |
| bool | Contains (const T *val) const |
| void | NoteChangedPriority (T *val) |
| T * | Top () |
| const T * | Top () const |
| void | AllTop (std::vector< T * > *topvec) |
| void | Pop () |
| int | Size () const |
| int | Capacity () const |
| void | SetCapacity (size_t c) |
| bool | IsEmpty () const |
| void | Clear () |
| void | CheckValid () |
| const std::vector< T * > * | Raw () const |
|
default |
|
inlineexplicit |
Definition at line 39 of file adjustable_priority_queue.h.
|
delete |
|
default |
|
inline |
Definition at line 45 of file adjustable_priority_queue.h.
|
inline |
Definition at line 87 of file adjustable_priority_queue.h.
|
inline |
Definition at line 118 of file adjustable_priority_queue.h.
|
inline |
Definition at line 129 of file adjustable_priority_queue.h.
|
inline |
Definition at line 125 of file adjustable_priority_queue.h.
|
inline |
Definition at line 65 of file adjustable_priority_queue.h.
|
inline |
Definition at line 123 of file adjustable_priority_queue.h.
|
inline |
Definition at line 70 of file adjustable_priority_queue.h.
|
default |
|
delete |
|
inline |
Definition at line 113 of file adjustable_priority_queue.h.
|
inline |
Definition at line 147 of file adjustable_priority_queue.h.
|
inline |
Definition at line 52 of file adjustable_priority_queue.h.
|
inline |
Definition at line 121 of file adjustable_priority_queue.h.
|
inline |
Definition at line 115 of file adjustable_priority_queue.h.
|
inline |
Definition at line 83 of file adjustable_priority_queue.h.
|
inline |
Definition at line 85 of file adjustable_priority_queue.h.