v2.0.0
Loading...
Searching...
No Matches
src
libraries
inv
inv_global.cpp
Go to the documentation of this file.
1
//=============================================================================================================
18
19
//=============================================================================================================
20
// INCLUDES
21
//=============================================================================================================
22
23
#include "
inv_global.h
"
24
25
//=============================================================================================================
26
// DEFINE METHODS
27
//=============================================================================================================
28
29
const
char
*
INVLIB::buildDateTime
(){
return
UTILSLIB::dateTimeNow
();}
30
31
//=============================================================================================================
32
33
const
char
*
INVLIB::buildHash
(){
return
UTILSLIB::gitHash
();}
34
35
//=============================================================================================================
36
37
const
char
*
INVLIB::buildHashLong
(){
return
UTILSLIB::gitHashLong
();}
inv_global.h
INVLIB library export/import macros, build-info accessors, and namespace docstring for the inverse-so...
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
INVLIB::buildHashLong
INVSHARED_EXPORT const char * buildHashLong()
Definition
inv_global.cpp:37
INVLIB::buildHash
INVSHARED_EXPORT const char * buildHash()
Definition
inv_global.cpp:33
INVLIB::buildDateTime
INVSHARED_EXPORT const char * buildDateTime()
Definition
inv_global.cpp:29
Generated on
for MNE-CPP by
1.16.1