|
Rcpp Version 0.9.10
|

Go to the source code of this file.
Classes | |
| class | Rcpp::sugar::SugarBlock_1< NA, OUT, U1, T1 > |
Namespaces | |
| namespace | Rcpp |
Rcpp API. | |
| namespace | Rcpp::sugar |
Defines | |
| #define | SB1_T VectorBase<REALSXP,NA,T> |
| #define | SUGAR_BLOCK_1(__NAME__, __SYMBOL__) |
| #define SB1_T VectorBase<REALSXP,NA,T> |
Definition at line 47 of file SugarBlock_1.h.
| #define SUGAR_BLOCK_1 | ( | __NAME__, | |
| __SYMBOL__ | |||
| ) |
namespace Rcpp{ \ template <bool NA, typename T> \ inline sugar::SugarBlock_1<NA,double,double,SB1_T > \ __NAME__( \ const SB1_T& t \ ){ \ return sugar::SugarBlock_1<NA,double,double,SB1_T >( \ __SYMBOL__ , t \ ) ; \ } \ }
Definition at line 49 of file SugarBlock_1.h.