CppParser
|
#include "cppast.h"
#include "cppparser.h"
#include "cpptypetree.h"
#include <functional>
#include <map>
#include <set>
#include <vector>
Go to the source code of this file.
Classes | |
class | CppProgram |
Represents an entire C++ program. More... | |
Typedefs | |
using | CppCompoundArray = std::vector< CppCompoundPtr > |
using | CppProgFileSelecter = std::function< bool(const std::string &)> |
Functions | |
bool | selectAllFiles (const std::string &file) |
bool | selectHeadersOnly (const std::string &file) |
using CppCompoundArray = std::vector<CppCompoundPtr> |
using CppProgFileSelecter = std::function<bool(const std::string&)> |