Elements  6.0.1
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ModuleInfo.h
Go to the documentation of this file.
1 
27 #ifndef ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_MODULEINFO_H_
28 #define ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_MODULEINFO_H_
29 
30 #include "ElementsKernel/Export.h"
32 
33 namespace Elements {
34 namespace Examples {
35 
36 ELEMENTS_API const System::ModuleInfo& getModuleInfo();
37 
38 } // namespace Examples
39 } // namespace Elements
40 
41 #endif // ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_MODULEINFO_H_
42 
ELEMENTS_API const System::ModuleInfo & getModuleInfo()
Definition: ModuleInfo.cpp:28
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