#include "global.h"
#include <string>
Go to the source code of this file.
|
| std::string | utcTimeString () |
| | Gets the date-time XML formated.
|
| bool | isQemu () |
| | Checks if QEMU is used to start the application.
|
| bool | isWine () |
| | Determines if the application is running using Wine.
|
| std::string | getCpuArchitecture () |
| | Gets the Cpu architecture.
|
| std::string | getHello (int how) |
| | Exported function from a dynamic library.
|
| std::string | getApplicationVersion () |
| | Gets the application version retrieved from Git.
|
| std::string | getCompilerVersion () |
| | Gets the GNU compiler version.
|
| std::string | getCppStandardVersion () |
| | Gets the C++ standard used when compiling.
|
◆ getApplicationVersion()
| std::string getApplicationVersion |
( |
| ) |
|
Gets the application version retrieved from Git.
◆ getCompilerVersion()
| std::string getCompilerVersion |
( |
| ) |
|
Gets the GNU compiler version.
◆ getCppStandardVersion()
| std::string getCppStandardVersion |
( |
| ) |
|
Gets the C++ standard used when compiling.
◆ getCpuArchitecture()
| std::string getCpuArchitecture |
( |
| ) |
|
Gets the Cpu architecture.
◆ getHello()
| std::string getHello |
( |
int | how | ) |
|
Exported function from a dynamic library.
- Parameters
-
| how | Determines what string is returned. |
- Returns
- Resulting string.
◆ isQemu()
Checks if QEMU is used to start the application.
◆ isWine()
Determines if the application is running using Wine.
◆ utcTimeString()
| std::string utcTimeString |
( |
| ) |
|
Gets the date-time XML formated.
- Returns
- Formatted string.