depth.hpp

Go to the documentation of this file.
00001 #ifndef WALI_NWA_TRAVERSE_DEPTH_HPP
00002 #define WALI_NWA_TRAVERSE_DEPTH_HPP
00003 
00004 #include "opennwa/traverse/StateFunctor.hpp"
00005 #include "opennwa/traverse/TransitionFunctor.hpp"
00006 
00007 namespace opennwa {
00008     namespace traverse {
00009 
00010       void dfsCallStringTraversal(Nwa const & nwa,
00011                                   ConstCallStringStateFunctor * state_functor,
00012                                   ConstCallStringTransitionFunctor * trans_functor);
00013         
00014   }
00015 }
00016 
00017 
00018 
00019 // Yo, Emacs!
00020 // Local Variables:
00021 //   c-file-style: "ellemtel"
00022 //   c-basic-offset: 2
00023 // End:
00024 
00025 #endif