Doxygen
Define类 参考

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

#include <define.h>

+ Define 的协作图:

Public 属性

QCString name
 
QCString definition
 
QCString fileName
 
QCString args
 
FileDeffileDef = 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.h30 行定义.

类成员变量说明

◆ args

QCString Define::args

在文件 define.h36 行定义.

◆ columnNr

int Define::columnNr = 1

在文件 define.h39 行定义.

◆ definition

QCString Define::definition

在文件 define.h34 行定义.

◆ fileDef

FileDef* Define::fileDef = 0

在文件 define.h37 行定义.

◆ fileName

QCString Define::fileName

在文件 define.h35 行定义.

◆ isPredefined

bool Define::isPredefined = FALSE

在文件 define.h43 行定义.

◆ lineNr

int Define::lineNr = 1

在文件 define.h38 行定义.

◆ name

QCString Define::name

在文件 define.h33 行定义.

◆ nargs

int Define::nargs = -1

在文件 define.h40 行定义.

◆ nonRecursive

bool Define::nonRecursive = FALSE

在文件 define.h44 行定义.

◆ undef

bool Define::undef = FALSE

在文件 define.h41 行定义.

◆ varArgs

bool Define::varArgs = FALSE

在文件 define.h42 行定义.


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