CppParser
|
Go to the source code of this file.
Functions | |
static CppToken | classNameFromTemplatedIdentifier (const CppToken &identifier) |
CppToken | classNameFromIdentifier (const CppToken &identifier) |
std::string | readFile (const std::string &filename) |
void | collectFiles (std::vector< std::string > &files, const fs::path &path, const CppProgFileSelecter &fileSelector) |
std::vector< CppToken > | explode (CppToken token, const char *delim) |
std::string | pruneClassName (const CppToken &identifier) |
void collectFiles | ( | std::vector< std::string > & | files, |
const fs::path & | path, | ||
const CppProgFileSelecter & | fileSelector | ||
) |