|
Rcpp Version 0.9.10
|
#include <SugarBlock_3.h>


Public Types | |
| typedef OUT(* | FunPtr )(U1, U2, U3) |
Public Member Functions | |
| SugarBlock_3_VVV (FunPtr ptr_, const T1 &x_, const T2 &y_, const T3 &z_) | |
| OUT | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| FunPtr | ptr |
| const T1 & | x |
| const T2 & | y |
| const T2 & | z |
Definition at line 34 of file SugarBlock_3.h.
| typedef OUT(* Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::FunPtr)(U1, U2, U3) |
Definition at line 39 of file SugarBlock_3.h.
| Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::SugarBlock_3_VVV | ( | FunPtr | ptr_, |
| const T1 & | x_, | ||
| const T2 & | y_, | ||
| const T3 & | z_ | ||
| ) | [inline] |
Definition at line 40 of file SugarBlock_3.h.
| OUT Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< Rcpp::traits::r_sexptype_traits< OUT >::rtype, NA, SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 > >.
Definition at line 44 of file SugarBlock_3.h.
References Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::ptr, Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::x, Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::y, and Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::z.
| int Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< Rcpp::traits::r_sexptype_traits< OUT >::rtype, NA, SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 > >.
Definition at line 47 of file SugarBlock_3.h.
References Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::x.
FunPtr Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::ptr [private] |
Definition at line 50 of file SugarBlock_3.h.
Referenced by Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::operator[]().
const T1& Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::x [private] |
Definition at line 51 of file SugarBlock_3.h.
Referenced by Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::operator[](), and Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::size().
const T2& Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::y [private] |
Definition at line 52 of file SugarBlock_3.h.
Referenced by Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::operator[]().
const T2& Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::z [private] |
Definition at line 53 of file SugarBlock_3.h.
Referenced by Rcpp::sugar::SugarBlock_3_VVV< NA, OUT, U1, T1, U2, T2, U3, T3 >::operator[]().