|
Doxygen
|
#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 > |
| using DefineList = std::vector<Define> |
| using DefinesPerFileList = std::unordered_map< std::string, DefineList > |