X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac7f10a514b4dd21e9a4330e819876dd105d2690..513357be1cb6cf988d64683c84167c3e344bdf1b:/docs/source/app_s4u.rst diff --git a/docs/source/app_s4u.rst b/docs/source/app_s4u.rst index f170e383e2..3f3aaec09c 100644 --- a/docs/source/app_s4u.rst +++ b/docs/source/app_s4u.rst @@ -365,7 +365,7 @@ Here is a little example: } // The mutex gets automatically freed because the only existing reference gets out of scope -API C++ Reference +C++ API Reference ***************** .. _API_s4u_this_actor: @@ -580,13 +580,12 @@ Python API Reference The Python API is generated with pybind11. It closely mimicks the C++ API, to which you should refer for more information. -========= -Functions -========= +========== +this_actor +========== -.. automodule:: simgrid +.. automodule:: simgrid.this_actor :members: - :exclude-members: Actor, Host, Engine =========== Class Actor @@ -608,3 +607,10 @@ Class Host .. autoclass:: simgrid.Host :members: + +============= +Class Mailbox +============= + +.. autoclass:: simgrid.Mailbox + :members: