Elements  6.0.1
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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