#include <handle.hpp>
Public Member Functions | |
HandleMark () | |
~HandleMark () | |
Private Attributes | |
int | top |
Definition at line 50 of file handle.hpp.
HandleMark::HandleMark | ( | ) | [inline] |
Definition at line 53 of file handle.hpp.
References Handles::top(), and top.
Here is the call graph for this function:
HandleMark::~HandleMark | ( | ) | [inline] |
Definition at line 54 of file handle.hpp.
References Handles::set_top(), and top.
Here is the call graph for this function:
int HandleMark::top [private] |