AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

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 
00010 /* #include "Iso-std/sstream" */
00011 #include "string_CompConf.h"
00012 #include <strstream.h>
00013 
00014 class  Commandline {
00015 public:
00016   Commandline(int argc, char* argv[]);
00017   //  istringstream get() const;
00018   //strstream get() const;
00019   const char* c_str() const;
00020 private:
00021   string commands;
00022 };
00023 
00024 
00025 #endif


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04