v2.0.0
Loading...
Searching...
No Matches
src
libraries
fs
fs_global.cpp
Go to the documentation of this file.
1
//=============================================================================================================
14
15
//=============================================================================================================
16
// INCLUDES
17
//=============================================================================================================
18
19
#include "
fs_global.h
"
20
21
//=============================================================================================================
22
// DEFINE METHODS
23
//=============================================================================================================
24
25
const
char
*
FSLIB::buildDateTime
(){
return
UTILSLIB::dateTimeNow
();}
26
27
//=============================================================================================================
28
29
const
char
*
FSLIB::buildHash
(){
return
UTILSLIB::gitHash
();}
30
31
//=============================================================================================================
32
33
const
char
*
FSLIB::buildHashLong
(){
return
UTILSLIB::gitHashLong
();}
fs_global.h
Export/import macros and build-info accessors for the FSLIB FreeSurfer I/O library.
FSLIB::buildHash
const char * buildHash()
Definition
fs_global.cpp:29
FSLIB::buildDateTime
const char * buildDateTime()
Definition
fs_global.cpp:25
FSLIB::buildHashLong
const char * buildHashLong()
Definition
fs_global.cpp:33
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
Generated on
for MNE-CPP by
1.16.1