26using std::ostringstream;
80 std::ostringstream outStr;
92 scannerActive =
false;
int ossslex_destroy(void *scanner)
int ossslex_init(void **ptr)
YY_BUFFER_STATE osss_scan_string(const char *osss, void *scanner)
const OSSmartPtr< OSOutput > osoutput
void setyyextra(OSCommandLine *oscommandline, void *scanner)
int ossslex(void *scanner)
struct yy_buffer_state * YY_BUFFER_STATE
int ossslex_destroy(void *scanner)
int ossslex_init(void **ptr)
YY_BUFFER_STATE osss_scan_string(const char *osss, void *scanner)
void setyyextra(OSCommandLine *oscommandline, void *scanner)
int ossslex(void *scanner)
class used to make it easy to read and write files.
std::string getFileAsString(const char *fname)
read a file and return contents as a string.
This class is used to store command line options for the OSSolverService executable and to provide me...
std::string configFile
configFile is the name of the file that holds the configuration options if the OSSolverService reads ...
~OSCommandLineReader()
OSCommandLineReader class destructor.
OSCommandLine * readCommandLine(const std::string &osss)
Get an OSCommandLine object from a command line string.
OSCommandLine * parseString(const std::string &osss)
Parse a string and store it into an OSCommandLine object.
OSCommandLine * m_oscommandline
m_oscommandline is the OSCommandLine object returned by the OSCommandLineReader
OSCommandLineReader()
OSCommandLineReader class constructor.
@ ENUM_OUTPUT_LEVEL_debug
@ ENUM_OUTPUT_LEVEL_trace
@ ENUM_OUTPUT_AREA_Command_line_parser