00001
00016
00017
00018 #include "OSrLParserData.h"
00019
00020 OSrLParserData::~OSrLParserData() {
00021 }
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 }
00057