Cppcheck
|
#include "config.h"
#include <cstddef>
#include <istream>
#include <list>
#include <map>
#include <set>
#include <string>
#include <vector>
#include <simplecpp.h>
Go to the source code of this file.
Classes | |
struct | Directive |
A preprocessor directive Each preprocessor directive (#include, #define, #undef, #if, #ifdef, #else, #endif) will be recorded as an instance of this class. More... | |
class | Preprocessor |
The cppcheck preprocessor. More... | |