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_EXTENSION_HH
00018 # define VCSN_ALGORITHMS_EXTENSION_HH
00019
00030
00031
00032
00033 # include <vaucanson/automata/concept/transducer.hh>
00034
00035 namespace vcsn {
00036
00045 template <typename S, typename K, typename T>
00046 typename identity_transducer_helper<S, K, T>::ret
00047 extension(const Element<S, T>&);
00048
00049
00059 template <typename SA, typename TA,
00060 typename ST, typename TT>
00061 Element<ST, TT>
00062 extension(const Element<SA, TA>&,
00063 const Element<ST, TT>&);
00064
00067 }
00068
00069 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
00070 # include <vaucanson/algorithms/extension.hxx>
00071 # endif // VCSN_USE_INTERFACE_ONLY
00072
00073 #endif // ! VCSN_ALGORITHMS_EXTENSION_HH