lemon/dfs.h
changeset 1074 97d978243703
parent 1000 404b98971e1f
child 1092 dceba191c00d
equal deleted inserted replaced
45:4ae7d4c12cd7 46:41bce600963b
   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 DfsDefaultTraits "traits class" of the algorithm.
   155     ///The \ref lemon::DfsDefaultTraits "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;