Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s4u Engine: expose get_all_models, get_model_list
authormsimonin <matthieu.simonin@inria.fr>
Wed, 10 Mar 2021 15:40:09 +0000 (16:40 +0100)
committermsimonin <matthieu.simonin@inria.fr>
Wed, 10 Mar 2021 15:47:25 +0000 (16:47 +0100)
commit082ed926323cda37d5f5cdfe5fdeb06c7884d036
tree36286954ee2d607652dd8ad6e69f0aa6664e0fe8
parent68d9a0c88dc296fae41b23528a1345b4534dc96a
s4u Engine: expose get_all_models, get_model_list

Before e22da6010c6499813ff88c76041cf499ffbf2b67 the list of models
could be accessed using the global `all_existing_models`

This patch exposes two methods to get the list of models in the
s4u::Engine, they wrap those of `EngineImpl`.
include/simgrid/s4u/Engine.hpp
src/s4u/s4u_Engine.cpp