v2.0.0
Loading...
Searching...
No Matches
src
libraries
ml
ml_global.cpp
Go to the documentation of this file.
1
//=============================================================================================================
34
35
//=============================================================================================================
36
// INCLUDES
37
//=============================================================================================================
38
39
#include "
ml_global.h
"
40
41
//=============================================================================================================
42
// DEFINE METHODS
43
//=============================================================================================================
44
45
const
char
*
MLLIB::buildDateTime
(){
return
UTILSLIB::dateTimeNow
();}
46
47
//=============================================================================================================
48
49
const
char
*
MLLIB::buildHash
(){
return
UTILSLIB::gitHash
();}
50
51
//=============================================================================================================
52
53
const
char
*
MLLIB::buildHashLong
(){
return
UTILSLIB::gitHashLong
();}
ml_global.h
ml library export/import macros.
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
MLLIB::buildDateTime
MLSHARED_EXPORT const char * buildDateTime()
Definition
ml_global.cpp:45
MLLIB::buildHash
MLSHARED_EXPORT const char * buildHash()
Definition
ml_global.cpp:49
MLLIB::buildHashLong
MLSHARED_EXPORT const char * buildHashLong()
Definition
ml_global.cpp:53
Generated on
for MNE-CPP by
1.16.1