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
00029 # include <vaucanson/automata/concept/automata_base.hh>
00030 # include <sys/types.h>
00031 # include <sys/wait.h>
00032 # include <unistd.h>
00033
00034 namespace vcsn {
00035
00036 namespace tools {
00037
00038 template <class S, class T>
00039 bool
00040 out_display(const AutomataBase<S>&,
00041 const T&,
00042 const Element<S, T>& a,
00043 const std::string& name,
00044 const bool bg,
00045 char *const argv[],
00046 void (*function)(std::ostream& o,
00047 const Element<S, T>& a,
00048 const std::string& name));
00049
00050 }
00051
00052 }
00053
00054 # ifndef VCSN_USE_INTERFACE_ONLY
00055 # include <vaucanson/tools/out_display.hxx>
00056 # endif // VCSN_USE_INTERFACE_ONLY
00057
00058 #endif // ! VCSN_TOOLS_OUT_DISPLAY_HH