Doxygen
|
#include <vector>
#include <memory>
#include <string>
#include <unordered_map>
#include "qcstring.h"
#include "containers.h"
类 | |
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 > |