|
OMNeT++ NEDXML
5.4.1
|
#include "nedxmldefs.h"Go to the source code of this file.
Classes | |
| struct | YYLoc |
| struct | ParseContext |
| struct | LineColumn |
Namespaces | |
| omnetpp | |
| omnetpp::nedxml | |
Macros | |
| #define | YYLTYPE omnetpp::nedxml::YYLoc |
| #define | YYSTYPE omnetpp::nedxml::ASTNode* |
Functions | |
| void | msgLexerSetRecognizeNewKeywords (bool opt) |
| void | msgLexerSetRecognizeObsoleteKeywords (bool opt) |
| omnetpp::nedxml::ASTNode * | doParseNed (omnetpp::nedxml::ParseContext *np, const char *text) |
| omnetpp::nedxml::ASTNode * | doParseMsg (omnetpp::nedxml::ParseContext *np, const char *text) |
Variables | |
| LineColumn | pos |
| LineColumn | prevpos |
| #define YYLTYPE omnetpp::nedxml::YYLoc |
| #define YYSTYPE omnetpp::nedxml::ASTNode* |
| omnetpp::nedxml::ASTNode* doParseNed | ( | omnetpp::nedxml::ParseContext * | np, |
| const char * | text | ||
| ) |
| omnetpp::nedxml::ASTNode* doParseMsg | ( | omnetpp::nedxml::ParseContext * | np, |
| const char * | text | ||
| ) |