OMNeT++ NEDXML
5.4.1
|
#include <yydefs.h>
Public Member Functions | |
bool | getParseExpressionsFlag () |
bool | getStoreSourceFlag () |
const char * | getFileName () |
ErrorStore * | getErrors () |
SourceDocument * | getSource () |
void | error (const char *msg, int line) |
Public Attributes | |
bool | parseexpr = true |
bool | msgNewSyntax = true |
bool | storesrc = false |
const char * | filename = nullptr |
ErrorStore * | errors = nullptr |
SourceDocument * | source = nullptr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void error | ( | const char * | msg, |
int | line | ||
) |
bool parseexpr = true |
Referenced by NedParser::getParseExpressionsFlag(), and NedParser::setParseExpressions().
bool msgNewSyntax = true |
Referenced by MsgParser::getMsgNewSyntaxFlag(), and MsgParser::setMsgNewSyntaxFlag().
bool storesrc = false |
const char* filename = nullptr |
ErrorStore* errors = nullptr |
SourceDocument* source = nullptr |