/home/coin/SVN-release/OS-2.3.1/OS/src/OSParsers/OSgLParserData.h

Go to the documentation of this file.
00001 /* $Id: OSgLParserData.h 2698 2009-06-09 04:14:07Z kmartin $ */
00016 #ifndef OSGLPARSERDATA_H
00017 #define OSGLPARSERDATA_H
00018 
00019 
00020 
00021 
00034 class OSgLParserData{
00035 public:
00036         
00038         bool osglMultPresent;
00039         bool osglIncrPresent;
00040         bool osglNumberOfElPresent;
00041         int  osglNumberOfEl;
00042         int* osglIntArray;  
00043         int  osglMult;
00044         int  osglIncr;
00045         int  osglSize;
00046         int  osglCounter;
00047         int  osglTempint;
00048 
00050         OSgLParserData( );
00051         
00052         //** the OSgLParserData class destructor */
00053         ~OSgLParserData() ;
00054         
00055 
00059         void* scanner;
00060                 
00064         char *errorText;
00065 };//OSgLParserData
00066 
00067 #endif /*OSGLPARSERDATA_H_*/

Generated on Sun Jan 2 03:04:44 2011 by  doxygen 1.4.7