Go to the documentation of this file.00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 #ifndef VCSN_ALGORITHMS_PREFIX_HH
00018 # define VCSN_ALGORITHMS_PREFIX_HH
00019 
00031 # include <vaucanson/design_pattern/design_pattern.hh>
00032 # include <vaucanson/automata/concept/automata.hh>
00033 
00034 
00035 
00036 
00037 
00038 namespace vcsn {
00039 
00049   template<typename A, typename AI>
00050   void
00051   prefix_here (const Element<A, AI>& a);
00052 
00060   template<typename A, typename AI>
00061   Element<A, AI>
00062   prefix (const Element<A, AI>& a);
00063 
00066 } 
00067 
00068 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
00069 #  include <vaucanson/algorithms/prefix.hxx>
00070 # endif // VCSN_USE_INTERFACE_ONLY
00071 
00072 #endif // !VCSN_ALGORITHMS_PREFIX_HH