Alamo
Data Structures | Functions
Util::Hash Namespace Reference

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)
 

Function Documentation

◆ endsWith()

bool Util::Hash::endsWith ( const std::string &  str,
const std::string &  suffix 
)

Definition at line 20 of file Hash.H.

◆ getFinalHash()

int Util::Hash::getFinalHash ( std::string  srcDirectory)

Definition at line 258 of file Hash.H.

Here is the call graph for this function:

◆ preprocessSourceFile()

std::string Util::Hash::preprocessSourceFile ( const std::string &  filePath)

Definition at line 26 of file Hash.H.

◆ processDirectory()

void Util::Hash::processDirectory ( const std::string &  directory,
std::vector< std::string > &  sortedFiles 
)

Definition at line 244 of file Hash.H.

Here is the call graph for this function:

◆ processFile()

std::string Util::Hash::processFile ( const std::string &  filePath)

Definition at line 232 of file Hash.H.

Here is the call graph for this function: