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