OSCommandLineReader Class Reference

The OSCommandLineReader Class. More...

#include <OSCommandLineReader.h>

Collaboration diagram for OSCommandLineReader:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OSCommandLineReader ()
 OSCommandLineReader class constructor.
 ~OSCommandLineReader ()
 OSCommandLineReader class destructor.
OSCommandLinereadCommandLine (const std::string &osss) throw (ErrorClass)
 Get an OSCommandLine object from a command line string.

Private Attributes

OSCommandLinem_oscommandline
 m_oscommandline is the OSCommandLine object returned by the OSCommandLineReader

Detailed Description

The OSCommandLineReader Class.

Author:
Horand Gassmann, Jun Ma, Kipp Martin
Remarks:
A class for parsing a command line string and creating an OSCommandLine object from the string. This method can be used in OSSolverService, OSAmplClient, as well as the interactive shell

Definition at line 39 of file OSCommandLineReader.h.


Constructor & Destructor Documentation

OSCommandLineReader::OSCommandLineReader (  ) 

OSCommandLineReader class constructor.

Parameters:
osss is the command line to be parsed

Definition at line 31 of file OSCommandLineReader.cpp.

OSCommandLineReader::~OSCommandLineReader (  ) 

OSCommandLineReader class destructor.

Definition at line 93 of file OSCommandLineReader.cpp.


Member Function Documentation

OSCommandLine * OSCommandLineReader::readCommandLine ( const std::string &  osss  )  throw (ErrorClass)

Get an OSCommandLine object from a command line string.

Parameters:
osss a command line string.
Returns:
the OSCommandLine object corresponding to the command line string.

Definition at line 36 of file OSCommandLineReader.cpp.


Member Data Documentation

m_oscommandline is the OSCommandLine object returned by the OSCommandLineReader

Definition at line 72 of file OSCommandLineReader.h.


The documentation for this class was generated from the following files:

Generated on 22 May 2012 by  doxygen 1.6.1