Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
bgrl_breadth_searchA search function for breadth first search
bgrl_depth_searchA search function for depth first search
bgrl_edgeDirected edge from one vertex to another
bgrl_graphThe graph
bgrl_search_funcThe abstract base class for search functions
bgrl_vertexA vertex in a graph
bgrl_graph::iterator