/home/coin/SVN-release/OS-1.0.0/OS/src/OSParsers/OSiLParserData.cpp

Go to the documentation of this file.
00001 
00015  #include "OSiLParserData.h"
00016  OSiLParserData::~OSiLParserData(){
00017         // clear the vectors of pointers
00018         nlNodeVec.clear();
00019         sumVec.clear();
00020         maxVec.clear();
00021         productVec.clear();
00022  }//~OSiLParserData
00023  
00024 
00025  OSiLParserData::OSiLParserData() :
00026         qtermcount(0),
00027         qtermidxOneattON(false),
00028         qtermidxTwoattON(false),
00029         qtermidxattON(false),
00030         qtermidattON(false),
00031         qtermcoefattON(false),
00032         nlnodecount(0),
00033         tmpnlcount(0),  
00034         numbertypeattON(false),
00035         numbervalueattON(false),
00036         numberidattON(false),
00037         variableidxattON(false),
00038         variablecoefattON(false),
00039         osillineno(0)
00040  {
00041 
00042  }//OSiLParserData

Generated on Thu May 15 22:15:05 2008 by  doxygen 1.4.7