#include <breadth_first_search.hpp>
Public Member Functions | |
bfs_priority_queue () | |
bool | push (Visitor const &task) |
void | pop () |
Visitor const & | top () |
size_t | size () const |
bool | empty () const |
void | clear () |
Protected Attributes | |
std::priority_queue< Visitor, std::deque< Visitor >, std::greater< Visitor > > | m_data |
Definition at line 63 of file breadth_first_search.hpp.
|
inline |
Definition at line 70 of file breadth_first_search.hpp.
|
inline |
Definition at line 98 of file breadth_first_search.hpp.
|
inline |
Definition at line 93 of file breadth_first_search.hpp.
|
inline |
Definition at line 78 of file breadth_first_search.hpp.
|
inline |
Definition at line 72 of file breadth_first_search.hpp.
|
inline |
Definition at line 88 of file breadth_first_search.hpp.
|
inline |
Definition at line 83 of file breadth_first_search.hpp.
|
protected |
Definition at line 68 of file breadth_first_search.hpp.