|
Doxygen
|
#include <vector>#include <memory>#include <string>#include <unordered_map>#include "qcstring.h"#include "containers.h"Go to the source code of this file.
Classes | |
| class | Define |
| A class representing a macro definition. More... | |
Typedefs | |
| 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 > |