OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
macros.h File Reference

Go to the source code of this file.

Macros

#define PRINT_SLINE(n)
 
#define PRINT_DLINE(n)
 
#define PRINT_DEBUG(msg)   printf("[%s:%d] %s\n", __func__, __LINE__, msg);
 

Macro Definition Documentation

#define PRINT_DEBUG (   msg)    printf("[%s:%d] %s\n", __func__, __LINE__, msg);

Definition at line 25 of file macros.h.

#define PRINT_DLINE (   n)
Value:
for (int i = 0; i < n; ++i) \
printf("="); \
printf("\n");
constexpr double n
Definition: Utm.h:38

Definition at line 21 of file macros.h.

#define PRINT_SLINE (   n)
Value:
for (int i = 0; i < n; ++i) \
printf("-"); \
printf("\n");
constexpr double n
Definition: Utm.h:38

Definition at line 17 of file macros.h.