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