Functions | |
void | SetColor (int textColor) |
void | resetColor () |
nlohmann::json | loadFile (const std::string &fileName) |
void | displayFile (const std::string &fileName) |
void | saveToFile (const std::string &fileName, const nlohmann::json &data) |
bool | isFileEmpty (const std::string &fileName) |
std::string | sha256FromString (const std::string &input) |
void Utiles::displayFile | ( | const std::string & | fileName | ) |
bool Utiles::isFileEmpty | ( | const std::string & | fileName | ) |
nlohmann::json Utiles::loadFile | ( | const std::string & | fileName | ) |
void Utiles::resetColor | ( | ) |
void Utiles::saveToFile | ( | const std::string & | fileName, |
const nlohmann::json & | data ) |
void Utiles::SetColor | ( | int | textColor | ) |
std::string Utiles::sha256FromString | ( | const std::string & | input | ) |