Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use CRTP to factor refcounting across activity types
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 10 Oct 2019 10:16:28 +0000 (12:16 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 10 Oct 2019 10:16:28 +0000 (12:16 +0200)
commitac080087b39ef79ff497d3992ff04b3e20fe40b2
tree27a010717aa1efd7c2e321deda5f6016c4237b93
parent04ac83f8e0edcc8dc577c4d28c8c419bc46abd5b
use CRTP to factor refcounting across activity types
include/simgrid/s4u/Activity.hpp
include/simgrid/s4u/Comm.hpp
include/simgrid/s4u/Exec.hpp
include/simgrid/s4u/Io.hpp
src/s4u/s4u_Comm.cpp
src/s4u/s4u_Exec.cpp
src/s4u/s4u_Io.cpp