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_COMPLETE_HH
00018 # define VCSN_ALGORITHMS_COMPLETE_HH
00019
00031
00032
00033
00034
00035
00036
00037 # include <vaucanson/design_pattern/design_pattern.hh>
00038
00039 namespace vcsn {
00040
00055 template <typename A, typename AI>
00056 void
00057 complete_here(Element<A, AI>& a);
00058
00071 template <typename A, typename AI>
00072 Element<A, AI>
00073 complete(const Element<A, AI>& a);
00074
00094 template <typename A, typename AI>
00095 bool
00096 is_complete(const Element<A, AI>& a);
00097
00100 }
00101
00102 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
00103 # include <vaucanson/algorithms/complete.hxx>
00104 # endif // VCSN_USE_INTERFACE_ONLY
00105
00106 #endif // ! VCSN_ALGORITHMS_COMPLETE_HH