00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 #ifndef VCSN_TOOLS_SIMPLE_FORMAT_HH
00018 # define VCSN_TOOLS_SIMPLE_FORMAT_HH
00019 
00020 # include <iostream>
00021 
00022 namespace vcsn
00023 {
00024   namespace tools
00025   {
00026     struct simple
00027     {
00028       template<typename Saver, typename Conv>
00029       void operator()(std::ostream& out, const Saver& s, const Conv& conv) const;
00030 
00031       template<typename Loader>
00032       void operator()(std::istream& in, Loader& l) const;
00033     };
00034   } 
00035 
00036 } 
00037 
00038 
00039 # if !defined VCSN_USE_INTERFACE_ONLY || defined VCSN_USE_LIB
00040 # include <vaucanson/tools/simple_format.hxx>
00041 #endif // VCSN_USE_INTERFACE_ONLY
00042 
00043 
00044 #endif // ! VCSN_TOOLS_SIMPLE_FORMAT_HH