1 2 3 4 5 6 7 8 9
#include "container.hpp" void Container::add( BaseObjectType type, const WrapperPtr<IGenericWrapper> &wrapper ) noexcept { _bindings.insert({ type, wrapper }); }