v2.0.0
Loading...
Searching...
No Matches
src
libraries
utils
utils_global.cpp
Go to the documentation of this file.
1
//=============================================================================================================
21
22
//=============================================================================================================
23
// INCLUDES
24
//=============================================================================================================
25
26
#include "
utils_global.h
"
27
28
//=============================================================================================================
29
// DEFINE METHODS
30
//=============================================================================================================
31
32
const
char
*
UTILSLIB::buildDateTime
(){
return
UTILSLIB::dateTimeNow
();}
33
34
//=============================================================================================================
35
36
const
char
*
UTILSLIB::buildHash
(){
return
UTILSLIB::gitHash
();}
37
38
//=============================================================================================================
39
40
const
char
*
UTILSLIB::buildHashLong
(){
return
UTILSLIB::gitHashLong
();}
utils_global.h
Public umbrella header for UTILSLIB exposing the UTILSSHARED_EXPORT macro and build-info accessors.
UTILSLIB::buildHash
const char * buildHash()
Definition
utils_global.cpp:36
UTILSLIB::gitHashLong
constexpr auto gitHashLong()
Definition
buildinfo.h:83
UTILSLIB::gitHash
constexpr auto gitHash()
Definition
buildinfo.h:70
UTILSLIB::buildDateTime
const char * buildDateTime()
Definition
utils_global.cpp:32
UTILSLIB::buildHashLong
const char * buildHashLong()
Definition
utils_global.cpp:40
UTILSLIB::dateTimeNow
constexpr auto dateTimeNow()
Definition
buildinfo.h:61
Generated on
for MNE-CPP by
1.16.1