2 #include <samchon/API.hpp> 4 #include <samchon/templates/parallel/ParallelSystemArray.hpp> 5 #include <samchon/templates/parallel/MediatorSystem.hpp> 45 template <
class System = ParallelSystem>
52 std::unique_ptr<MediatorSystem> mediator_;
99 if (mediator_ !=
nullptr)
124 return mediator_.get();
131 virtual auto _Complete_history(std::shared_ptr<slave::InvokeHistory> history) ->
bool override 133 bool ret = super::_Complete_history(history);
135 mediator_->_Complete_history(history->getUID());
An Entity and a container of children Entity objects.