Elements
6.2
A C++ base framework for the Euclid Software.
ElementsExamples
src
lib
default
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
}
// namespace Examples
34
}
// namespace Elements
Elements::System::getThisModuleInfo
static const ModuleInfo & getThisModuleInfo()
function to retrieve the current module
Definition:
ThisModule.h:41
ModuleInfo.h
Elements::System::ModuleInfo
Definition:
ModuleInfo.h:44
Elements::Examples::getModuleInfo
const ELEMENTS_API System::ModuleInfo & getModuleInfo()
Definition:
ModuleInfo.cpp:28
ThisModule.h
header to get the module info statically
Elements
Definition:
callBackExample.h:35
Generated by
1.8.17