|
Doxygen
|
A class representing a macro definition. More...
#include <src/define.h>
Public Attributes | |
| QCString | name |
| QCString | definition |
| QCString | fileName |
| QCString | args |
| FileDef * | fileDef = nullptr |
| int | lineNr = 1 |
| int | columnNr = 1 |
| int | nargs = -1 |
| bool | undef = FALSE |
| bool | varArgs = FALSE |
| bool | isPredefined = FALSE |
| bool | nonRecursive = FALSE |
| bool | expandAsDefined = FALSE |