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


Public Types | |
| typedef Rcpp::VectorBase < RTYPE, LHS_NA, LHS_T > | LHS_TYPE |
| typedef Rcpp::traits::storage_type < RTYPE >::type | STORAGE |
| typedef pmax_op_Vector_Primitive < RTYPE, LHS_NA > | OPERATOR |
Public Member Functions | |
| Pmax_Vector_Primitive (const LHS_TYPE &lhs_, STORAGE rhs_) | |
| STORAGE | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| const LHS_TYPE & | lhs |
| OPERATOR | op |
| STORAGE | rhs |
| bool | isna |
| typedef Rcpp::VectorBase<RTYPE,LHS_NA,LHS_T> Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::LHS_TYPE |
| typedef pmax_op_Vector_Primitive<RTYPE,LHS_NA> Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::OPERATOR |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::STORAGE |
| Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::Pmax_Vector_Primitive | ( | const LHS_TYPE & | lhs_, |
| STORAGE | rhs_ | ||
| ) | [inline] |
| STORAGE Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, true, Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T > >.
Definition at line 148 of file pmax.h.
References Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::isna, Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::lhs, Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::op, and Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::rhs.
| int Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, true, Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T > >.
Definition at line 151 of file pmax.h.
References Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::lhs, and Rcpp::VectorBase< RTYPE, na, VECTOR >::size().

bool Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::isna [private] |
Definition at line 157 of file pmax.h.
Referenced by Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::operator[]().
const LHS_TYPE& Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::lhs [private] |
Definition at line 154 of file pmax.h.
Referenced by Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::operator[](), and Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::size().
OPERATOR Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::op [private] |
Definition at line 155 of file pmax.h.
Referenced by Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::operator[]().
STORAGE Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::rhs [private] |
Definition at line 156 of file pmax.h.
Referenced by Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::operator[]().