00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef VCSN_TOOLS_OUT_DISPLAY_HH
00018 # define VCSN_TOOLS_OUT_DISPLAY_HH
00019
00028 # include <vaucanson/automata/concept/automata_base.hh>
00029 # include <sys/types.h>
00030 # include <sys/wait.h>
00031 # include <unistd.h>
00032
00033 namespace vcsn {
00034
00035 namespace tools {
00036
00037 template <class S, class T>
00038 bool
00039 out_display(const AutomataBase<S>&,
00040 const T&,
00041 const Element<S, T>& a,
00042 const std::string& name,
00043 const bool bg,
00044 char *const argv[],
00045 void (*function)(std::ostream& o,
00046 const Element<S, T>& a,
00047 const std::string& name));
00048
00049 }
00050
00051 }
00052
00053 # ifndef VCSN_USE_INTERFACE_ONLY
00054 # include <vaucanson/tools/out_display.hxx>
00055 # endif // VCSN_USE_INTERFACE_ONLY
00056
00057 #endif // ! VCSN_TOOLS_OUT_DISPLAY_HH