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

Go to the source code of this file.

Classes

class  Rcpp::sugar::IndexHash< RTYPE >
 

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::sugar
 

Macros

#define RCPP_PROFILE_TIC
 
#define RCPP_PROFILE_TOC
 
#define RCPP_PROFILE_RECORD(name)
 
#define RCPP_USE_CACHE_HASH
 
#define RCPP_HASH(X)   (3141592653U * ((uint32_t)(X)) >> (32 - k))
 

Macro Definition Documentation

◆ RCPP_HASH

#define RCPP_HASH (   X)    (3141592653U * ((uint32_t)(X)) >> (32 - k))

Definition at line 45 of file IndexHash.h.

◆ RCPP_PROFILE_RECORD

#define RCPP_PROFILE_RECORD (   name)

Definition at line 37 of file IndexHash.h.

◆ RCPP_PROFILE_TIC

#define RCPP_PROFILE_TIC

Definition at line 35 of file IndexHash.h.

◆ RCPP_PROFILE_TOC

#define RCPP_PROFILE_TOC

Definition at line 36 of file IndexHash.h.

◆ RCPP_USE_CACHE_HASH

#define RCPP_USE_CACHE_HASH

Definition at line 39 of file IndexHash.h.