xtd 0.2.0
current_stack_frame.h File Reference
#include "stack_frame.h"

Definition

Contains current_stack_frame_ and csf_ keywords.

Include dependency graph for current_stack_frame.h:
This graph shows which files directly or indirectly include this file:

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...