Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
utils Namespace Reference

Classes

class  DummyOutputStream
 

Functions

std::string asciiToLower (std::string s)
 
std::string asciiToUpper (std::string s)
 
void printInternalError ()
 
std::filesystem::path normilizedPath (const std::string &path)
 

Variables

utils::DummyOutputStream DummyOutput
 

Function Documentation

◆ asciiToLower()

std::string utils::asciiToLower ( std::string  s)

Definition at line 79 of file main.cpp.

Referenced by SyncScanner::sync().

+ Here is the caller graph for this function:

◆ asciiToUpper()

std::string utils::asciiToUpper ( std::string  s)

Definition at line 86 of file main.cpp.

Referenced by SyncScanner::generateMasterHeader(), and SyncScanner::generateVersionHeader().

+ Here is the caller graph for this function:

◆ normilizedPath()

std::filesystem::path utils::normilizedPath ( const std::string &  path)

Definition at line 111 of file main.cpp.

Referenced by SyncScanner::makeHeaderAbsolute().

+ Here is the caller graph for this function:

◆ printInternalError()

void utils::printInternalError ( )

Definition at line 104 of file main.cpp.

Variable Documentation

◆ DummyOutput

utils::DummyOutputStream utils::DummyOutput