Skip to content

Commit

Permalink
Add proccontrol/ProcessSet.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent c6227f0 commit 0672a4a
Show file tree
Hide file tree
Showing 4 changed files with 865 additions and 1,273 deletions.
1 change: 1 addition & 0 deletions docs/proccontrol/developer/API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Documentation for the internal classes of the ProccontrolAPI toolkit.
processplat.h
procpool.h
proc_service_wrapper.h
ProcessSet.h
resp.h
response.h
snippets.h
Expand Down
20 changes: 20 additions & 0 deletions docs/proccontrol/developer/ProcessSet.h.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. _`sec-dev:ProcessSet.h`:

ProcesssSet.h
=============

.. cpp:namespace:: Dyninst::ProcControlAPI::dev

.. cpp:type:: std::multimap<Dyninst::Address, Dyninst::ProcControlAPI::Process::ptr> int_addressSet
.. cpp:type:: std::set<Dyninst::ProcControlAPI::Thread::ptr> int_threadSet
.. cpp:type:: std::set<Dyninst::ProcControlAPI::Process::ptr> int_processSet


.. cpp:class:: ProcessSet : public boost::enable_shared_from_this<ProcessSet>

.. cpp:function:: int_processSet* getIntProcessSet()
.. cpp:function:: int_addressSet* get_iaddrs()

.. cpp:class:: ThreadSet : public boost::enable_shared_from_this<ThreadSet>

.. cpp:function:: int_threadSet* getIntThreadSet() const

0 comments on commit 0672a4a

Please sign in to comment.