libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
#include <gimbal_stack_frame.h>
Public Member Functions | |
GBL_ALIGNAS (8) char message[GBL_CTX_RESULT_MSG_BUFFER_SIZE] | |
Data Fields | |
GblSourceLocation | srcLocation |
GBL_RESULT | result |
Captures a result, its stringified message, and a source context.
Definition at line 28 of file gimbal_stack_frame.h.
GblCallRecord::GBL_ALIGNAS | ( | 8 | ) |
Error or result message from a previous GblStackFrame.
GblSourceLocation GblCallRecord::srcLocation |
Source location where the result + message had been set.
Definition at line 33 of file gimbal_stack_frame.h.
GBL_RESULT GblCallRecord::result |
Result code from a previous stack frame.
Definition at line 35 of file gimbal_stack_frame.h.