v2.0.0
Loading...
Searching...
No Matches
src
libraries
math
math_global.h
Go to the documentation of this file.
1
//=============================================================================================================
34
35
#ifndef MATH_GLOBAL_H
36
#define MATH_GLOBAL_H
37
38
//=============================================================================================================
39
// INCLUDES
40
//=============================================================================================================
41
42
#include <
utils/buildinfo.h
>
43
44
//=============================================================================================================
45
// QT INCLUDES
46
//=============================================================================================================
47
48
#include <QtCore/qglobal.h>
49
50
//=============================================================================================================
51
// DEFINES
52
//=============================================================================================================
53
54
#if defined(STATICBUILD)
55
# define MATHSHARED_EXPORT
56
#elif defined(MNE_MATH_LIBRARY)
57
# define MATHSHARED_EXPORT Q_DECL_EXPORT
58
#else
59
# define MATHSHARED_EXPORT Q_DECL_IMPORT
60
#endif
61
62
//=============================================================================================================
67
namespace
MATHLIB
{
68
69
//=============================================================================================================
73
MATHSHARED_EXPORT
const
char
*
buildDateTime
();
74
75
//=============================================================================================================
79
MATHSHARED_EXPORT
const
char
*
buildHash
();
80
81
//=============================================================================================================
85
MATHSHARED_EXPORT
const
char
*
buildHashLong
();
86
}
87
88
#endif
// MATH_GLOBAL_H
buildinfo.h
build information utils
MATHSHARED_EXPORT
#define MATHSHARED_EXPORT
Definition
math_global.h:55
MATHLIB
Mathematical algorithms and geometry (linear algebra, optimization, spectral estimation).
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