OMNeT++ NEDXML  5.4.1
yydefs.h File Reference
#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::ASTNodedoParseNed (omnetpp::nedxml::ParseContext *np, const char *text)
 
omnetpp::nedxml::ASTNodedoParseMsg (omnetpp::nedxml::ParseContext *np, const char *text)
 

Variables

LineColumn pos
 
LineColumn prevpos
 

Macro Definition Documentation

#define YYLTYPE   omnetpp::nedxml::YYLoc
#define YYSTYPE   omnetpp::nedxml::ASTNode*

Function Documentation

omnetpp::nedxml::ASTNode* doParseNed ( omnetpp::nedxml::ParseContext np,
const char *  text 
)
omnetpp::nedxml::ASTNode* doParseMsg ( omnetpp::nedxml::ParseContext np,
const char *  text 
)