Elements 6.1.2
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
ModuleInfo.h
Go to the documentation of this file.
1
27#ifndef ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_MODULEINFO_H_
28#define ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_MODULEINFO_H_
29
32
33namespace Elements {
34namespace Examples {
35
36ELEMENTS_API const System::ModuleInfo& getModuleInfo();
37
38} // namespace Examples
39} // namespace Elements
40
41#endif // ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_MODULEINFO_H_
42
OS specific details to access at run-time the module configuration of the process.
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 const System::ModuleInfo & getModuleInfo()
Definition: ModuleInfo.cpp:28