Elements  6.2
A C++ base framework for the Euclid Software.
ElementsExamples/src/lib/default/ModuleInfo.cpp

This is an example of how to use the getThisModuleInfo function. The call has to be compiled in the module (library)

namespace Elements {
namespace Examples {
const System::ModuleInfo& getModuleInfo() {
}
} // namespace Examples
} // namespace Elements
Elements::System::getThisModuleInfo
static const ModuleInfo & getThisModuleInfo()
function to retrieve the current module
Definition: ThisModule.h:41
ModuleInfo.h
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