Alamo
|
Data Structures | |
class | SHA256 |
Functions | |
bool | endsWith (const std::string &str, const std::string &suffix) |
std::string | preprocessSourceFile (const std::string &filePath) |
std::string | processFile (const std::string &filePath) |
void | processDirectory (const std::string &directory, std::vector< std::string > &sortedFiles) |
int | getFinalHash (std::string srcDirectory) |
bool Util::Hash::endsWith | ( | const std::string & | str, |
const std::string & | suffix | ||
) |
int Util::Hash::getFinalHash | ( | std::string | srcDirectory | ) |
std::string Util::Hash::preprocessSourceFile | ( | const std::string & | filePath | ) |
void Util::Hash::processDirectory | ( | const std::string & | directory, |
std::vector< std::string > & | sortedFiles | ||
) |