|
Scine::Core
3.0.0
Module management and core interface definitions
|
#include "SampleModule.h"#include "DummyInterface.h"#include "DummyModels.h"#include <Core/DerivedModule.h>#include <Core/Exceptions.h>
Typedefs | |
| using | sample_namespace::InterfaceModelMap = boost::mpl::map< boost::mpl::pair< Scine::Core::DummyInterface, boost::mpl::vector< DummyModelA, DummyModelB >>> |
Functions | |
|
std::vector< std::shared_ptr < Scine::Core::Module > > | sample_namespace::moduleFactory () |
Steps to your own module implementation: