Rcpp Version 1.1.2
Loading...
Searching...
No Matches
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)
#define RcppDevVersion(maj, min, rev, dev)
#define RCPP_VERSION   Rcpp_Version(1,1,2)
#define RCPP_VERSION_STRING   "1.1.2"
#define RCPP_DEV_VERSION   RcppDevVersion(1,1,2,0)
#define RCPP_DEV_VERSION_STRING   "1.1.2.0"

Macro Definition Documentation

◆ RCPP_DEV_VERSION

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

Definition at line 33 of file config.h.

◆ RCPP_DEV_VERSION_STRING

#define RCPP_DEV_VERSION_STRING   "1.1.2.0"

Definition at line 34 of file config.h.

Referenced by getRcppVersionStrings().

◆ RCPP_VERSION

#define RCPP_VERSION   Rcpp_Version(1,1,2)

Definition at line 29 of file config.h.

◆ Rcpp_Version

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

Definition at line 24 of file config.h.

◆ RCPP_VERSION_STRING

#define RCPP_VERSION_STRING   "1.1.2"

Definition at line 30 of file config.h.

Referenced by getRcppVersionStrings().

◆ RcppDevVersion

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

Definition at line 26 of file config.h.