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_KRAT_EXP_EXPAND_HH
00018 # define VCSN_ALGORITHMS_KRAT_EXP_EXPAND_HH
00019
00020 # include <vaucanson/design_pattern/design_pattern.hh>
00021
00030
00031
00032 namespace vcsn {
00033
00034 template <class Series, class T>
00035 Element<Series, T>
00036 expand(const Element<Series, T>& exp);
00037
00038 }
00039
00040 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
00041 # include <vaucanson/algorithms/krat_exp_expand.hxx>
00042 # endif // VCSN_USE_INTERFACE_ONLY
00043
00044 #endif // ! VCSN_ALGORITHMS_KRAT_EXP_EXPAND_HH