Scanframe DevOps Trial App 0.1.0
Loading...
Searching...
No Matches
hello.h File Reference
#include "global.h"
#include <string>
Include dependency graph for hello.h:

Go to the source code of this file.

Functions

std::string utcTimeString ()
 Gets the date-time XML formated.
 
std::string getHello (int how)
 Exported function from a dynamic library.
 
std::string getGCCVersion ()
 Gets the GNU compiler version.
 
std::string getCppStandardVersion ()
 Gets the C++ standard used when compiling.
 

Function Documentation

◆ 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
howDetermines what string is returned.
Returns
Resulting string.

◆ utcTimeString()

std::string utcTimeString ( )

Gets the date-time XML formated.

Returns
Formatted string.