Rcpp Version 1.0.9
debug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RCPP_DEBUG_LEVEL   0
 
#define RCPP_DEBUG_MODULE_LEVEL   RCPP_DEBUG_LEVEL
 
#define RCPP_DEBUG(MSG)
 
#define RCPP_DEBUG_1(fmt, MSG)
 
#define RCPP_DEBUG_2(fmt, M1, M2)
 
#define RCPP_DEBUG_3(fmt, M1, M2, M3)
 
#define RCPP_DEBUG_4(fmt, M1, M2, M3, M4)
 
#define RCPP_DEBUG_5(fmt, M1, M2, M3, M4, M5)
 
#define RCPP_DEBUG_MODULE(MSG)
 
#define RCPP_DEBUG_MODULE_1(fmt, MSG)
 
#define RCPP_DEBUG_MODULE_2(fmt, M1, M2)
 
#define RCPP_DEBUG_MODULE_3(fmt, M1, M2, M3)
 
#define RCPP_DEBUG_MODULE_4(fmt, M1, M2, M3, M4)
 
#define RCPP_DEBUG_MODULE_5(fmt, M1, M2, M3, M4, M5)
 

Macro Definition Documentation

◆ RCPP_DEBUG

#define RCPP_DEBUG (   MSG)

Definition at line 43 of file debug.h.

◆ RCPP_DEBUG_1

#define RCPP_DEBUG_1 (   fmt,
  MSG 
)

Definition at line 44 of file debug.h.

◆ RCPP_DEBUG_2

#define RCPP_DEBUG_2 (   fmt,
  M1,
  M2 
)

Definition at line 45 of file debug.h.

◆ RCPP_DEBUG_3

#define RCPP_DEBUG_3 (   fmt,
  M1,
  M2,
  M3 
)

Definition at line 46 of file debug.h.

◆ RCPP_DEBUG_4

#define RCPP_DEBUG_4 (   fmt,
  M1,
  M2,
  M3,
  M4 
)

Definition at line 47 of file debug.h.

◆ RCPP_DEBUG_5

#define RCPP_DEBUG_5 (   fmt,
  M1,
  M2,
  M3,
  M4,
  M5 
)

Definition at line 48 of file debug.h.

◆ RCPP_DEBUG_LEVEL

#define RCPP_DEBUG_LEVEL   0

Definition at line 27 of file debug.h.

◆ RCPP_DEBUG_MODULE

#define RCPP_DEBUG_MODULE (   MSG)

Definition at line 101 of file debug.h.

◆ RCPP_DEBUG_MODULE_1

#define RCPP_DEBUG_MODULE_1 (   fmt,
  MSG 
)

Definition at line 102 of file debug.h.

◆ RCPP_DEBUG_MODULE_2

#define RCPP_DEBUG_MODULE_2 (   fmt,
  M1,
  M2 
)

Definition at line 103 of file debug.h.

◆ RCPP_DEBUG_MODULE_3

#define RCPP_DEBUG_MODULE_3 (   fmt,
  M1,
  M2,
  M3 
)

Definition at line 104 of file debug.h.

◆ RCPP_DEBUG_MODULE_4

#define RCPP_DEBUG_MODULE_4 (   fmt,
  M1,
  M2,
  M3,
  M4 
)

Definition at line 105 of file debug.h.

◆ RCPP_DEBUG_MODULE_5

#define RCPP_DEBUG_MODULE_5 (   fmt,
  M1,
  M2,
  M3,
  M4,
  M5 
)

Definition at line 106 of file debug.h.

◆ RCPP_DEBUG_MODULE_LEVEL

#define RCPP_DEBUG_MODULE_LEVEL   RCPP_DEBUG_LEVEL

Definition at line 31 of file debug.h.