out_display.hh

Go to the documentation of this file.
00001 // out_display.hh: this file is part of the Vaucanson project.
00002 //
00003 // Vaucanson, a generic library for finite state machines.
00004 //
00005 // Copyright (C) 2005 The Vaucanson Group.
00006 //
00007 // This program is free software; you can redistribute it and/or
00008 // modify it under the terms of the GNU General Public License
00009 // as published by the Free Software Foundation; either version 2
00010 // of the License, or (at your option) any later version.
00011 //
00012 // The complete GNU General Public Licence Notice can be found as the
00013 // `COPYING' file in the root directory.
00014 //
00015 // The Vaucanson Group consists of people listed in the `AUTHORS' file.
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   } // End of namespace tools.
00051 
00052 } // End of namespace vcsn.
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

Generated on Fri Jul 28 12:18:49 2006 for Vaucanson by  doxygen 1.4.6