Aleph-w  1.9
General library for algorithms and data structures
Aleph::Find_Path_Breadth_First< GT, Itor, SA > Member List

This is the complete list of members for Aleph::Find_Path_Breadth_First< GT, Itor, SA >, including all inherited members.

Find_Path_Breadth_First(SA &_sa) noexcept(std::is_nothrow_copy_assignable< SA >::value) (defined in Aleph::Find_Path_Breadth_First< GT, Itor, SA >)Aleph::Find_Path_Breadth_First< GT, Itor, SA >inline
Find_Path_Breadth_First(SA &&_sa=SA()) noexcept(std::is_nothrow_constructible< SA >::value and std::is_nothrow_copy_assignable< SA >::value) (defined in Aleph::Find_Path_Breadth_First< GT, Itor, SA >)Aleph::Find_Path_Breadth_First< GT, Itor, SA >inline
operator()(const GT &g, typename GT::Node *start, Op &op)Aleph::Find_Path_Breadth_First< GT, Itor, SA >inline
operator()(const GT &g, typename GT::Node *start, Op &&op) (defined in Aleph::Find_Path_Breadth_First< GT, Itor, SA >)Aleph::Find_Path_Breadth_First< GT, Itor, SA >inline
operator()(const GT &g, typename GT::Node *start, typename GT::Node *end, Path< GT > &path)Aleph::Find_Path_Breadth_First< GT, Itor, SA >inline
operator()(const GT &g, typename GT::Node *start, typename GT::Node *end)Aleph::Find_Path_Breadth_First< GT, Itor, SA >inline

Leandro Rabindranath León