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 86 of file gcall.h.
◆ CallFrame()
Constructor.
The newly constructed call frame becomes the innermost frame in the stack.
Definition at line 152 of file gcall.h.
◆ ~CallFrame()
G::CallFrame::~CallFrame |
( |
| ) |
|
|
inlinenoexcept |
Destructor.
Definition at line 160 of file gcall.h.
◆ deleted()
bool G::CallFrame::deleted |
( |
| ) |
const |
|
inlinenoexcept |
Returns !valid().
Definition at line 179 of file gcall.h.
◆ invalidate()
void G::CallFrame::invalidate |
( |
| ) |
|
|
inlinenoexcept |
Invalidates the call-frame.
Definition at line 167 of file gcall.h.
◆ outer()
Returns the next frame in the stack going from innermost to outermost.
Definition at line 185 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 173 of file gcall.h.
The documentation for this class was generated from the following file:
- /usr/src/slapt-src-i486/network/emailrelay/emailrelay-2.3/src/glib/gcall.h