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_RW_COMPOSITION_HH
00018 # define VCSN_ALGORITHMS_RW_COMPOSITION_HH
00019
00030
00031
00032
00033 # include <vaucanson/design_pattern/design_pattern.hh>
00034
00035 namespace vcsn {
00036
00044 template<typename S, typename T>
00045 void
00046 rw_composition(const Element<S, T>& lhs, const Element<S, T>& rhs, Element<S, T>& ret);
00047
00053 template<typename S, typename T>
00054 Element<S, T>
00055 rw_composition(const Element<S, T>& lhs, const Element<S, T>& rhs);
00056
00059 }
00060
00061 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
00062 # include <vaucanson/algorithms/rw_composition.hxx>
00063 # endif // VCSN_USE_INTERFACE_ONLY
00064
00065 #endif // ! VCSN_ALGORITHMS_RW_COMPOSITION_HH