Skip to content

Commit

Permalink
Add dyninstAPI/TMap.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 9997650 commit 0febcea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/dyninstAPI/developer/StackMod/TMap.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,18 @@
TMap.h
######

.. cpp:class:: TMap

.. cpp:function:: TMap()
.. cpp:function:: std::pair<mapping::iterator,bool> insert(std::pair<StackLocation*,StackLocation*> p)
.. cpp:function:: mapping::iterator find(StackLocation* l)
.. cpp:function:: StackLocation* at(StackLocation* l)
.. cpp:function:: mapping::iterator begin()
.. cpp:function:: mapping::iterator end()
.. cpp:function:: mapping::reverse_iterator rbegin()
.. cpp:function:: mapping::reverse_iterator rend()
.. cpp:function:: void update(StackLocation* loc, int delta)
.. cpp:function:: void update(StackLocation* loc, Dyninst::MachRegister reg, int size)
.. cpp:function:: StackLocation* findInMap(StackLocation* src)
.. cpp:function:: void print() const
.. cpp:member:: private mapping _map

0 comments on commit 0febcea

Please sign in to comment.