OMNeT++ NEDXML  5.4.1
ParseContext Struct Reference

#include <yydefs.h>

Public Member Functions

bool getParseExpressionsFlag ()
 
bool getStoreSourceFlag ()
 
const char * getFileName ()
 
ErrorStoregetErrors ()
 
SourceDocumentgetSource ()
 
void error (const char *msg, int line)
 

Public Attributes

bool parseexpr = true
 
bool msgNewSyntax = true
 
bool storesrc = false
 
const char * filename = nullptr
 
ErrorStoreerrors = nullptr
 
SourceDocumentsource = nullptr
 

Member Function Documentation

bool getParseExpressionsFlag ( )
inline
bool getStoreSourceFlag ( )
inline
const char* getFileName ( )
inline
ErrorStore* getErrors ( )
inline
SourceDocument* getSource ( )
inline
void error ( const char *  msg,
int  line 
)

Member Data Documentation

bool msgNewSyntax = true
const char* filename = nullptr
ErrorStore* errors = nullptr
SourceDocument* source = nullptr

The documentation for this struct was generated from the following file: