Data_deduplication_service
Service that will use hashes to deduplicate files
common.h File Reference
#include <QRegularExpression>
#include <QTextEdit>
#include <unordered_set>
#include "myConnString.h"
#include "FileService.h"
+ Include dependency graph for common.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 common
 

Typedefs

typedef int(FileService::* common::dirLoad) (std::basic_string_view< char > fromDir, std::basic_string_view< char > toDir)
 
typedef int(FileService::* common::fileLoad) (std::basic_string_view< char > fromDir, std::basic_string_view< char > toDir, db_services::indexType fileId)
 

Enumerations

enum  common::logLevel { common::INFO , common::WARNING , common::ERROR , common::RESULT }
 

Functions

void common::writeLog (QTextEdit *logTextField, const QString &qLogMessage, logLevel lg)
 
bool common::isDirName (const QString &path)
 
double common::smartCeil (double vaL, uint num)