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
00020
00021
00022
00023
00024
00025 #endif