v2.0.0
Loading...
Searching...
No Matches
src
libraries
com
com_global.cpp
Go to the documentation of this file.
1
//=============================================================================================================
35
36
//=============================================================================================================
37
// INCLUDES
38
//=============================================================================================================
39
40
#include "
com_global.h
"
41
42
//=============================================================================================================
43
// DEFINE METHODS
44
//=============================================================================================================
45
46
const
char
*
COMLIB::buildDateTime
(){
return
UTILSLIB::dateTimeNow
();}
47
48
//=============================================================================================================
49
50
const
char
*
COMLIB::buildHash
(){
return
UTILSLIB::gitHash
();}
51
52
//=============================================================================================================
53
54
const
char
*
COMLIB::buildHashLong
(){
return
UTILSLIB::gitHashLong
();}
com_global.h
COMLIB::buildHashLong
COMSHARED_EXPORT const char * buildHashLong()
Definition
com_global.cpp:54
COMLIB::buildHash
COMSHARED_EXPORT const char * buildHash()
Definition
com_global.cpp:50
COMLIB::buildDateTime
COMSHARED_EXPORT const char * buildDateTime()
Definition
com_global.cpp:46
UTILSLIB::gitHashLong
constexpr auto gitHashLong()
Definition
buildinfo.h:92
UTILSLIB::gitHash
constexpr auto gitHash()
Definition
buildinfo.h:79
UTILSLIB::dateTimeNow
constexpr auto dateTimeNow()
Definition
buildinfo.h:70
Generated on
for MNE-CPP by
1.16.1