8 #ifndef CSTLCOMPILERIF_H 9 #define CSTLCOMPILERIF_H 12 #include <QXmlStreamAttributes> 13 #include "cppwebframework_global.h" 17 enum class RelationalOperator : char
33 RelationalOperator relationalOperator;
34 bool isNumber =
false;
35 QMap<QString, QString> attributes;
46 #endif // CSTLCOMPILERIF_H Extracts and valites all attibutes from a "if" tag.
Definition: cstlcompilerif.h:30