Elements
6.2
A C++ base framework for the Euclid Software.
ElementsExamples
ElementsExamples
crashingFunction.h
Go to the documentation of this file.
1
27
#ifndef ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_CRASHINGFUNCTION_H_
28
#define ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_CRASHINGFUNCTION_H_
29
30
#include "
ElementsKernel/Export.h
"
31
32
namespace
Elements
{
33
namespace
Examples {
34
35
ELEMENTS_API
void
crashingFunction
();
36
37
}
// namespace Examples
38
}
// namespace Elements
39
40
#endif // ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_CRASHINGFUNCTION_H_
41
Export.h
defines the macros to be used for explicit export of the symbols
Elements::Examples::crashingFunction
ELEMENTS_API void crashingFunction()
Definition:
crashingFunction.cpp:31
ELEMENTS_API
#define ELEMENTS_API
Dummy definitions for the backward compatibility mode.
Definition:
Export.h:74
Elements
Definition:
callBackExample.h:35
Generated by
1.8.17