Elements 6.1.2
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
functionExample.h
Go to the documentation of this file.
1
27#ifndef ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_FUNCTIONEXAMPLE_H_
28#define ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_FUNCTIONEXAMPLE_H_
29
31
32namespace Elements {
33namespace Examples {
34
35ELEMENTS_API int functionExample(const int j);
36
37} // namespace Examples
38} // namespace Elements
39
40#endif // ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_FUNCTIONEXAMPLE_H_
41
defines the macros to be used for explicit export of the symbols
#define ELEMENTS_API
Dummy definitions for the backward compatibility mode.
Definition: Export.h:74
ELEMENTS_API int functionExample(const int j)