An object to represent a nested execution context.
More...
#include <gcall.h>
An object to represent a nested execution context.
- See also
- G::CallStack
Definition at line 87 of file gcall.h.
◆ CallFrame()
Constructor.
The newly constructed call frame becomes the innermost frame in the stack.
Definition at line 153 of file gcall.h.
◆ ~CallFrame()
G::CallFrame::~CallFrame |
( |
| ) |
|
|
inlinenoexcept |
Destructor.
Definition at line 161 of file gcall.h.
◆ deleted()
bool G::CallFrame::deleted |
( |
| ) |
const |
|
inlinenoexcept |
Returns !valid().
Definition at line 180 of file gcall.h.
◆ invalidate()
void G::CallFrame::invalidate |
( |
| ) |
|
|
inlinenoexcept |
Invalidates the call-frame.
Definition at line 168 of file gcall.h.
◆ outer()
Returns the next frame in the stack going from innermost to outermost.
Definition at line 186 of file gcall.h.
◆ valid()
bool G::CallFrame::valid |
( |
| ) |
const |
|
inlinenoexcept |
Returns true if not invalidate()d.
This is safe to call even if the call stack has been destructed.
Definition at line 174 of file gcall.h.
The documentation for this class was generated from the following file:
- /tmp/SBo/slackrepo.64ZNpN/build_emailrelay/emailrelay-2.5.1/src/glib/gcall.h