v2.0.0
Loading...
Searching...
No Matches
src
libraries
ml
ml_global.cpp
Go to the documentation of this file.
1
//=============================================================================================================
19
20
//=============================================================================================================
21
// INCLUDES
22
//=============================================================================================================
23
24
#include "
ml_global.h
"
25
26
//=============================================================================================================
27
// DEFINE METHODS
28
//=============================================================================================================
29
30
const
char
*
MLLIB::buildDateTime
(){
return
UTILSLIB::dateTimeNow
();}
31
32
//=============================================================================================================
33
34
const
char
*
MLLIB::buildHash
(){
return
UTILSLIB::gitHash
();}
35
36
//=============================================================================================================
37
38
const
char
*
MLLIB::buildHashLong
(){
return
UTILSLIB::gitHashLong
();}
ml_global.h
Export/import macros, build-stamp accessors and namespace anchor for the MLLIB machine-learning libra...
UTILSLIB::gitHashLong
constexpr auto gitHashLong()
Definition
buildinfo.h:83
UTILSLIB::gitHash
constexpr auto gitHash()
Definition
buildinfo.h:70
UTILSLIB::dateTimeNow
constexpr auto dateTimeNow()
Definition
buildinfo.h:61
MLLIB::buildDateTime
MLSHARED_EXPORT const char * buildDateTime()
Definition
ml_global.cpp:30
MLLIB::buildHash
MLSHARED_EXPORT const char * buildHash()
Definition
ml_global.cpp:34
MLLIB::buildHashLong
MLSHARED_EXPORT const char * buildHashLong()
Definition
ml_global.cpp:38
Generated on
for MNE-CPP by
1.16.1