Doxygen
Define类 参考

A class representing a macro definition. 更多...

#include <define.h>

+ Define 的协作图:

Public 属性

QCString name
 
QCString definition
 
QCString fileName
 
QCString args
 
FileDef * fileDef = 0
 
int lineNr = 1
 
int columnNr = 1
 
int nargs = -1
 
bool undef = FALSE
 
bool varArgs = FALSE
 
bool isPredefined = FALSE
 
bool nonRecursive = FALSE
 

详细描述

A class representing a macro definition.

在文件 define.h 第 30 行定义.

类成员变量说明

◆ args

QCString Define::args

在文件 define.h 第 36 行定义.

◆ columnNr

int Define::columnNr = 1

在文件 define.h 第 39 行定义.

◆ definition

QCString Define::definition

在文件 define.h 第 34 行定义.

◆ fileDef

FileDef* Define::fileDef = 0

在文件 define.h 第 37 行定义.

◆ fileName

QCString Define::fileName

在文件 define.h 第 35 行定义.

◆ isPredefined

bool Define::isPredefined = FALSE

在文件 define.h 第 43 行定义.

◆ lineNr

int Define::lineNr = 1

在文件 define.h 第 38 行定义.

◆ name

QCString Define::name

在文件 define.h 第 33 行定义.

◆ nargs

int Define::nargs = -1

在文件 define.h 第 40 行定义.

◆ nonRecursive

bool Define::nonRecursive = FALSE

在文件 define.h 第 44 行定义.

◆ undef

bool Define::undef = FALSE

在文件 define.h 第 41 行定义.

◆ varArgs

bool Define::varArgs = FALSE

在文件 define.h 第 42 行定义.


该类的文档由以下文件生成: