#include <ContextHelpers.hpp>
Public Member Functions | |
AutoStackFrameReset (DynamicContext *context, const StackFrame *frame) | |
~AutoStackFrameReset () | |
void | reset () |
Protected Attributes | |
DynamicContext * | context_ |
const StackFrame * | _oldFrame |
AutoStackFrameReset::AutoStackFrameReset | ( | DynamicContext * | context, | |
const StackFrame * | frame | |||
) | [inline] |
References DynamicContext::getStackFrame().
AutoStackFrameReset::~AutoStackFrameReset | ( | ) | [inline] |
void AutoStackFrameReset::reset | ( | ) | [inline] |
DynamicContext* AutoStackFrameReset::context_ [protected] |
const StackFrame* AutoStackFrameReset::_oldFrame [protected] |