![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Simple structure used by the Doc and DocParser classes. More...
#include <preprocessor.h>
Public Member Functions | |
Macro () | |
Public Attributes | |
bool | isFunction |
bool | isVariadic |
Symbols | arguments |
Symbols | symbols |
QString | m_defaultDef {} |
Location | m_defaultDefLocation {} |
QMap< QString, QString > | m_otherDefs {} |
int | numParams {} |
Simple structure used by the Doc and DocParser classes.
Definition at line 14 of file preprocessor.h.
|
inline |
Definition at line 16 of file preprocessor.h.
References isFunction, and isVariadic.
Symbols Macro::arguments |
Definition at line 19 of file preprocessor.h.
bool Macro::isFunction |
Definition at line 17 of file preprocessor.h.
Referenced by Macro(), Preprocessor::macroExpandIdentifier(), and runMoc().
bool Macro::isVariadic |
Definition at line 18 of file preprocessor.h.
Referenced by Macro(), Preprocessor::macroExpandIdentifier(), Preprocessor::parseDefineArguments(), and runMoc().
Symbols Macro::symbols |
Definition at line 20 of file preprocessor.h.