OMNeT++ NEDXML 6.1
Discrete Event Simulation Library
yydefs.h File Reference
Include dependency graph for yydefs.h:
This graph shows which files directly or indirectly include this file:

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

omnetpp::nedxml::ASTNodedoParseNed (omnetpp::nedxml::ParseContext *np)
 
omnetpp::nedxml::ASTNodedoParseMsg (omnetpp::nedxml::ParseContext *np)
 

Variables

LineColumn pos
 

Macro Definition Documentation

◆ YYLTYPE

#define YYLTYPE   omnetpp::nedxml::YYLoc

◆ YYSTYPE

#define YYSTYPE   omnetpp::nedxml::ASTNode*

Function Documentation

◆ doParseNed()

◆ doParseMsg()