OMNeT++ NEDXML  6.0.3
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

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

◆ YYLTYPE

#define YYLTYPE   omnetpp::nedxml::YYLoc

◆ YYSTYPE

#define YYSTYPE   omnetpp::nedxml::ASTNode*

Function Documentation

◆ doParseNed()

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

◆ doParseMsg()

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