C++ Reference
C++ Reference: Graph
PriorityQueueWithRestrictedPush< Element, IntegerPriority >
Detailed Description
template<typename Element, typename IntegerPriority>
class operations_research::PriorityQueueWithRestrictedPush< Element, IntegerPriority >
Definition at line 264 of file max_flow.h.
Public Member Functions | |
| PriorityQueueWithRestrictedPush () | |
| bool | IsEmpty () const |
| void | Clear () |
| void | Push (Element element, IntegerPriority priority) |
| Element | Pop () |
Constructor & Destructor Documentation
◆ PriorityQueueWithRestrictedPush()
|
inline |
Definition at line 266 of file max_flow.h.
Member Function Documentation
◆ Clear()
| void Clear |
Definition at line 667 of file max_flow.h.
◆ IsEmpty()
| bool IsEmpty |
Definition at line 661 of file max_flow.h.
◆ Pop()
| Element Pop |
Definition at line 692 of file max_flow.h.
◆ Push()
| void Push | ( | Element | element, |
| IntegerPriority | priority | ||
| ) |
Definition at line 673 of file max_flow.h.
The documentation for this class was generated from the following file: