Doxygen
Loading...
Searching...
No Matches
doxygen_lex.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define YY_FATAL_ERROR(msg)

Macro Definition Documentation

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR ( msg)
Value:
{ \
DString msg1 = msg; \
msg1 += "\n lexical analyzer: "; \
msg1 += getLexerFILE(); \
if (!static_cast<yyguts_t*>(yyscanner)->yyextra_r->fileName.empty()) \
{ \
msg1 += " (for: "; \
msg1 += static_cast<yyguts_t*>(yyscanner)->yyextra_r->fileName; \
msg1 += ")"; \
} \
msg1 += "\n"; \
yy_fatal_error( qPrint(msg1) , yyscanner); \
}
A String class for use with Doxygen wrapping std::string and adding some additional functionality off...
Definition dstring.h:88
const char * qPrint(const char *s)
Definition dstring.h:787
#define msg(fmt,...)
Definition message.h:94

Definition at line 21 of file doxygen_lex.h.