Rcpp Version 1.0.9
config.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_Version(v, p, s)   (((v) * 65536) + ((p) * 256) + (s))
 
#define RcppDevVersion(maj, min, rev, dev)   (((maj)*1000000) + ((min)*10000) + ((rev)*100) + (dev))
 
#define RCPP_VERSION   Rcpp_Version(1,0,9)
 
#define RCPP_VERSION_STRING   "1.0.9"
 
#define RCPP_DEV_VERSION   RcppDevVersion(1,0,9,0)
 
#define RCPP_DEV_VERSION_STRING   "1.0.9.0"
 

Macro Definition Documentation

◆ RCPP_DEV_VERSION

#define RCPP_DEV_VERSION   RcppDevVersion(1,0,9,0)

Definition at line 33 of file config.h.

◆ RCPP_DEV_VERSION_STRING

#define RCPP_DEV_VERSION_STRING   "1.0.9.0"

Definition at line 34 of file config.h.

◆ Rcpp_Version

#define Rcpp_Version (   v,
  p,
 
)    (((v) * 65536) + ((p) * 256) + (s))

Definition at line 24 of file config.h.

◆ RCPP_VERSION

#define RCPP_VERSION   Rcpp_Version(1,0,9)

Definition at line 29 of file config.h.

◆ RCPP_VERSION_STRING

#define RCPP_VERSION_STRING   "1.0.9"

Definition at line 30 of file config.h.

◆ RcppDevVersion

#define RcppDevVersion (   maj,
  min,
  rev,
  dev 
)    (((maj)*1000000) + ((min)*10000) + ((rev)*100) + (dev))

Definition at line 26 of file config.h.