#include "stack_frame.h"
Contains current_stack_frame_ and csf_ keywords.
Go to the source code of this file.
Macros | |
#define | add_csf_ add_current_stack_frame_ |
Add current stack frame to the VA_ARGS with a comma separator. More... | |
#define | add_current_stack_frame_(...) __VA_ARGS__ __VA_ARGS_COMMA__(__VA_ARGS__) current_stack_frame_ |
Add current stack frame to the VA_ARGS with a comma separator. More... | |
#define | csf_ current_stack_frame_ |
Provides information about the current stack frame. More... | |
#define | current_stack_frame_ xtd::diagnostics::stack_frame {__FILE__, __LINE__, __func__} |
Provides information about the current stack frame. More... | |