lemon/bfs.h
changeset 1087 dd1443e4a34c
parent 976 426a704d7483
child 1092 dceba191c00d
equal deleted inserted replaced
34:bc9d2e467a9e 35:d1b438a3cb91
   150     ///The type of the map that indicates which nodes are processed.
   150     ///The type of the map that indicates which nodes are processed.
   151     typedef typename TR::ProcessedMap ProcessedMap;
   151     typedef typename TR::ProcessedMap ProcessedMap;
   152     ///The type of the paths.
   152     ///The type of the paths.
   153     typedef PredMapPath<Digraph, PredMap> Path;
   153     typedef PredMapPath<Digraph, PredMap> Path;
   154 
   154 
   155     ///The \ref BfsDefaultTraits "traits class" of the algorithm.
   155     ///The \ref lemon::BfsDefaultTraits "traits class" of the algorithm.
   156     typedef TR Traits;
   156     typedef TR Traits;
   157 
   157 
   158   private:
   158   private:
   159 
   159 
   160     typedef typename Digraph::Node Node;
   160     typedef typename Digraph::Node Node;