18 #ifndef VCSN_AUTOMATON_IMPLEMENTATION_BMIG_BOOST_FUNCTORS_HXX
19 # define VCSN_AUTOMATON_IMPLEMENTATION_BMIG_BOOST_FUNCTORS_HXX
21 # include <vaucanson/automata/implementation/bmig/bmig_functors.hh>
22 # include <vaucanson/automata/implementation/bmig/initial_value.hh>
33 template<
typename HLabel>
34 update_hlabel<HLabel>::update_hlabel(
const HLabel& i_)
38 template<
typename HLabel>
40 update_hlabel<HLabel>::operator()(HLabel &key)
46 template<
typename HState,
typename Series>
47 update_label<InitialValue<HState, Series> >::update_label(
const Series& i_)
52 template<
typename HState,
typename Series>
54 update_label<InitialValue<HState, Series> >::operator()(InitialValue<HState, Series>& elt)
62 #endif // ! VCSN_AUTOMATON_IMPLEMENTATION_BMIG_BOOST_FUNCTORS_HXX