23 #include <boost/function.hpp>
24 #include <boost/functional/factory.hpp>
30 CouplerFactories::CouplerFactories()
32 std::make_pair(
"ExchangeCoupler", boost::factory<std::shared_ptr<ExchangeCoupler>>())
Interface for ExchangeCoupler.
Namespace for the core simulator.
Interface for CouplerFactories.