OSnLParserData.cpp
Go to the documentation of this file.
1 /* $Id: OSnLParserData.cpp 3710 2010-10-04 03:39:42Z Gassmann $ */
14 #include "OSnLParserData.h"
15 #include "OSnLNode.h"
16 #include <stdio.h>
17 
18 
20 {
21 }//~OSnLParserData
22 
23 
25  nlnodenumber(0),
26  tmpnlcount(0),
27  numbertypeattON(false),
28  numbervalueattON(false),
29  numberidattON(false),
30  variableidxattON(false),
31  variablecoefattON(false),
32  includeDiagonalAttributePresent(false),
33  includeDiagonalAttribute(true)
34 {
35 
36 }//OSnLParserData
37 
This file defines the OSnLNode class along with its derived classes.
OSnLParserData()
the OSnLParserData class constructor
~OSnLParserData()
the OSnLParserData class destructor