xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
diagnostics
current_stack_frame.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "
stack_frame.h
"
6
16
#define current_stack_frame_ \
17
xtd::diagnostics::stack_frame::current()
18
30
#define csf_ \
31
current_stack_frame_
32
42
#define add_current_stack_frame_(...) \
43
__VA_ARGS__ __VA_ARGS_COMMA__(__VA_ARGS__) current_stack_frame_
44
54
#define add_csf_ \
55
add_current_stack_frame_
stack_frame.h
Contains xtd::diagnostics::stack_frame class.
Generated on Tue Oct 15 2024 21:31:49 for xtd by
Gammasoft
. All rights reserved.