Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
version.h File Reference
#include <misc/global.h>
#include <string>
Include dependency graph for version.h:

Go to the source code of this file.

Namespaces

namespace  sf
 

Functions

std::string sf::getGCCVersion ()
 Gets the GNU compiler version.
 
std::string_view sf::getCppStandard ()
 Gets the C++ standard used.
 
_MISC_FUNC std::string sf::getOSVersion ()
 Gets the OS and version used.
 
_MISC_FUNC std::string_view sf::getCpuArchitecture ()
 Gets the CPU architecture returned from 'uname -m' command.