|
CppParser
|


Go to the source code of this file.
Typedefs | |
| using | CppProgFileSelecter = std::function< bool(const std::string &)> |
Functions | |
| void | collectFiles (std::vector< std::string > &files, const fs::path &path, const CppProgFileSelecter &fileSelector) |
| std::vector< std::string > | collectFiles (const std::string &folder, const CppProgFileSelecter &fileSelector) |
| CppAccessType | defaultAccessType (CppCompoundType type) |
| CppAccessType | effectiveAccessType (CppAccessType objAccessType, CppCompoundType ownerType) |
| CppAccessType | resolveInheritanceType (CppAccessType inheritanceType, CppCompoundType type) |
| using CppProgFileSelecter = std::function<bool(const std::string&)> |
|
inline |
| void collectFiles | ( | std::vector< std::string > & | files, |
| const fs::path & | path, | ||
| const CppProgFileSelecter & | fileSelector | ||
| ) |
|
inline |
|
inline |
|
inline |