Elements
5.10
A C++ base framework for the Euclid Software.
ElementsExamples
src
lib
ModuleInfo.cpp
Go to the documentation of this file.
1
21
#include "
ElementsExamples/ModuleInfo.h
"
22
23
#include "
ElementsKernel/ThisModule.h
"
24
25
namespace
Elements
{
26
namespace
Examples {
27
28
const
System::ModuleInfo
&
getModuleInfo
() {
29
30
return
System::getThisModuleInfo
();
31
32
}
33
34
}
// namespace Examples
35
}
// namespace Elements
Elements::System::getThisModuleInfo
static const ModuleInfo & getThisModuleInfo()
function to retrieve the current moduleIt has to be included in the target source and compiled within...
Definition:
ThisModule.h:41
ModuleInfo.h
Elements::Examples::getModuleInfo
ELEMENTS_API const System::ModuleInfo & getModuleInfo()
Definition:
ModuleInfo.cpp:28
Elements
Definition:
ClassExample.h:38
ThisModule.h
header to get the module info statically
Elements::System::ModuleInfo
Definition:
ModuleInfo.h:45
Generated by
1.8.14