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