Go to Overview over all GrAL packages.
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

IO/command-line.h

Go to the documentation of this file.
00001 #ifndef NMWR_GB_COMMAND_LINE_H
00002 #define NMWR_GB_COMMAND_LINE_H
00003 
00004 
00005 
00006 // $LICENSE
00007 
00008 
00009 #include <string>
00010 #include <strstream.h>
00011 
00012 class  Commandline {
00013 public:
00014   Commandline(int argc, char* argv[]);
00015   //  istringstream get() const;
00016   //strstream get() const;
00017   const char* c_str() const;
00018 private:
00019   std::string commands;
00020 };
00021 
00022 
00023 #endif

Copyright (c) Guntram Berti 1997-2002. See the GrAL Homepage for up-to-date information.

Generated at Tue Feb 26 15:57:06 2002 for External control by doxygen 1.2.11-20011104 written by Dimitri van Heesch, © 1997-2000