#include <breadth_first_search.hpp>
Public Types | |
| typedef uint32_t | level_number_type |
| typedef boost::container::deque< Visitor >::size_type | size_type |
Public Member Functions | |
| bfs_queue () | |
| bool | push (Visitor const &task) |
| void | pop () |
| Visitor const & | top () |
| size_type | size () const |
| bool | empty () const |
| void | clear () |
Protected Attributes | |
| std::vector< boost::container::deque< Visitor > > | m_vec_bfs_level_stack |
| level_number_type | m_cur_min_level |
| size_type | m_size |
Definition at line 105 of file breadth_first_search.hpp.
| typedef uint32_t havoqgt::mpi::bfs_queue< Visitor >::level_number_type |
Definition at line 108 of file breadth_first_search.hpp.
| typedef boost::container::deque<Visitor>::size_type havoqgt::mpi::bfs_queue< Visitor >::size_type |
Definition at line 109 of file breadth_first_search.hpp.
|
inline |
Definition at line 116 of file breadth_first_search.hpp.
|
inline |
Definition at line 156 of file breadth_first_search.hpp.
|
inline |
Definition at line 151 of file breadth_first_search.hpp.

|
inline |
Definition at line 129 of file breadth_first_search.hpp.

|
inline |
Definition at line 118 of file breadth_first_search.hpp.
|
inline |
Definition at line 146 of file breadth_first_search.hpp.
|
inline |
Definition at line 141 of file breadth_first_search.hpp.
|
protected |
Definition at line 113 of file breadth_first_search.hpp.
|
protected |
Definition at line 114 of file breadth_first_search.hpp.
|
protected |
Definition at line 112 of file breadth_first_search.hpp.