Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
utility::graph::EXCN_Stop_BFS Class Reference

Class to raise to do an immediate stop of a breadth first search. ONLY THROW FROM WITHIN A VISITOR PASSED TO breadth_first_visit_prune/breadth_first_search_prune. More...

#include <BFS_prune.hh>

Inheritance diagram for utility::graph::EXCN_Stop_BFS:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from utility::excn::Exception
 Exception ()=delete
 
 Exception (char const *file, int line, std::string const &msg)
 
virtual ~Exception ()
 
void show (std::ostream &) const
 
std::string msg () const
 
void msg (std::string const &m)
 
void add_msg (std::string const &str)
 

Detailed Description

Class to raise to do an immediate stop of a breadth first search. ONLY THROW FROM WITHIN A VISITOR PASSED TO breadth_first_visit_prune/breadth_first_search_prune.


The documentation for this class was generated from the following file: