#include "global.h"
#include <string>
Go to the source code of this file.
◆ getCppStandardVersion()
std::string getCppStandardVersion |
( |
| ) |
|
Gets the C++ standard used when compiling.
◆ getGCCVersion()
std::string getGCCVersion |
( |
| ) |
|
Gets the GNU compiler version.
◆ getHello()
std::string getHello |
( |
int |
how | ) |
|
Exported function from a dynamic library.
- Parameters
-
how | Determines what string is returned. |
- Returns
- Resulting string.
◆ utcTimeString()
std::string utcTimeString |
( |
| ) |
|
Gets the date-time XML formated.
- Returns
- Formatted string.