![]() |
Scanframe Modular Application 0.1.0
|

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. | |
| _MISC_FUNC std::string | sf::getSystemName () |
| Gets the name of the system. | |
| _MISC_FUNC std::string | sf::getUserLogin () |
| Gets the name of the current user of the system. | |