OMNeT++ NEDXML  6.0.3
ParseContext Struct Reference

#include <yydefs.h>

Public Member Functions

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

Public Attributes

bool storesrc = false
 
const char * filename = nullptr
 
ErrorStoreerrors = nullptr
 
SourceDocumentsource = nullptr
 

Member Function Documentation

◆ getStoreSourceFlag()

bool getStoreSourceFlag ( )
inline

◆ getFileName()

const char* getFileName ( )
inline

◆ getErrors()

ErrorStore* getErrors ( )
inline

References ParseContext::errors.

◆ getSource()

SourceDocument* getSource ( )
inline

References ParseContext::source.

◆ error()

void error ( const char *  msg,
int  line 
)

Member Data Documentation

◆ storesrc

◆ filename

const char* filename = nullptr

◆ errors

ErrorStore* errors = nullptr

Referenced by ParseContext::getErrors().

◆ source

SourceDocument* source = nullptr

Referenced by ParseContext::getSource().


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