Doxygen
define.h 文件参考
#include <vector>
#include <memory>
#include <string>
#include <unordered_map>
#include "qcstring.h"
#include "containers.h"
+ define.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

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

类型定义

using DefineList = std::vector< Define >
 List of all macro definitions 更多...
 
using DefinesPerFileList = std::unordered_map< std::string, DefineList >
 

类型定义说明

◆ DefineList

using DefineList = std::vector<Define>

List of all macro definitions

在文件 define.h48 行定义.

◆ DefinesPerFileList

using DefinesPerFileList = std::unordered_map< std::string, DefineList >

在文件 define.h49 行定义.