GraphLibrary  0.0.1
A simple library that implements various graph algorithms.
 All Classes Namespaces Files Functions Variables Typedefs Macros
gl::algorithm::BFS< Graph > Member List

This is the complete list of members for gl::algorithm::BFS< Graph >, including all inherited members.

BFS(const Graph &, const idx_t)gl::algorithm::BFS< Graph >explicit
BFS()gl::algorithm::BFS< Graph >
BFS(const BFS &)=defaultgl::algorithm::BFS< Graph >
BFS(BFS &&) noexcept=defaultgl::algorithm::BFS< Graph >
BFS_queue_t typedefgl::algorithm::BFS< Graph >private
compute(const Graph &graph, const idx_t src)gl::algorithm::BFS< Graph >
distance_list_t typedefgl::algorithm::BFS< Graph >private
distances_gl::algorithm::BFS< Graph >private
final_gl::algorithm::BFS< Graph >private
getNodeDistance(const idx_t &dest) const gl::algorithm::BFS< Graph >
getNodesExactDistance(const idx_t &distance) const gl::algorithm::BFS< Graph >
getNodesMaxDistance(const idx_t &distance) const gl::algorithm::BFS< Graph >
getPath(const idx_t &dest) const gl::algorithm::BFS< Graph >
getTraversalOrder() const gl::algorithm::BFS< Graph >
getTraversalOrderMaxDistance(const idx_t &distance) const gl::algorithm::BFS< Graph >
idx_list_t typedefgl::algorithm::BFS< Graph >private
idx_t typedefgl::algorithm::BFS< Graph >private
isInitialized_gl::algorithm::BFS< Graph >private
operator=(const BFS &)=defaultgl::algorithm::BFS< Graph >
operator=(BFS &&)=defaultgl::algorithm::BFS< Graph >
ordered_list_t typedefgl::algorithm::BFS< Graph >private
parents_gl::algorithm::BFS< Graph >private
src_gl::algorithm::BFS< Graph >private
visit_list_t typedefgl::algorithm::BFS< Graph >private
~BFS()=defaultgl::algorithm::BFS< Graph >