/home/coin/SVN-release/OS-2.0.1/OS/src/OSParsers/OSrLParserData.cpp

Go to the documentation of this file.
00001 /* $Id: OSrLParserData.cpp 2852 2009-07-29 05:04:05Z kmartin $ */
00016 //#define PARSERDATA_DEBUG
00017 
00018 #include "OSrLParserData.h" 
00019 
00020  OSrLParserData::~OSrLParserData() {
00021  }//~OSrLParserData
00022  
00023 
00024  OSrLParserData::OSrLParserData() :
00025         statusType(""),
00026         statusDescription(""),
00027         timeValue(0.0),
00028         timeType("elapsedTime"),
00029         timeCategory("total"),
00030         timeUnit("second"),
00031         timeDescription(""),
00032         numberOfTimes(0),
00033         tmpOtherValue(""),
00034         tmpOtherName(""),
00035         tmpOtherDescription(""),
00036         itemContent(""),
00037         numberOfSolutions(0),
00038         numberOfVariables(0),
00039         numberOfConstraints(0),
00040         numberOfObjectives(0),
00041         kounter( 0),
00042         iOther(0),
00043         ivar(0),
00044         idx(0),
00045         tempVal(0.0),
00046         outStr(""),
00047         numberOfOtherVariableResults( 0),
00048         solutionIdx( 0),
00049         statusTypePresent( false),
00050         generalStatusTypePresent( false),
00051         otherNamePresent( false),
00052         otherVarStruct( NULL),
00053         errorText(NULL)
00054  {
00055 
00056  }//OSrLParserData
00057  

Generated on Thu Oct 8 03:03:01 2009 by  doxygen 1.4.7