|
Rcpp Version 0.10.3
|
#include <pmin.h>


Public Types | |
| typedef Rcpp::traits::storage_type < RTYPE >::type | STORAGE |
| typedef pmin_op_Vector_Primitive < RTYPE, LHS_NA > | OPERATOR |
Public Types inherited from Rcpp::VectorBase< RTYPE, true, Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T > > | |
| typedef traits::storage_type < RTYPE >::type | stored_type |
| typedef traits::storage_type < RTYPE >::type | elem_type |
Public Member Functions | |
| Pmin_Vector_Primitive (const LHS_T &lhs_, STORAGE rhs_) | |
| STORAGE | operator[] (int i) const |
| int | size () const |
Public Member Functions inherited from Rcpp::VectorBase< RTYPE, true, Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T > > | |
| Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T > & | get_ref () |
| const Pmin_Vector_Primitive < RTYPE, LHS_NA, LHS_T > & | get_ref () const |
| iterator | begin () const |
| iterator | end () const |
Private Attributes | |
| const LHS_T & | lhs |
| OPERATOR | op |
| typedef pmin_op_Vector_Primitive<RTYPE,LHS_NA> Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::OPERATOR |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::STORAGE |
|
inline |
|
inline |
Reimplemented from Rcpp::VectorBase< RTYPE, true, Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T > >.
Definition at line 138 of file pmin.h.
References Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::lhs, and Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::op.
|
inline |
Reimplemented from Rcpp::VectorBase< RTYPE, true, Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T > >.
Definition at line 139 of file pmin.h.
References Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::lhs.
|
private |
Definition at line 142 of file pmin.h.
Referenced by Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::operator[](), and Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::size().
|
private |
Definition at line 143 of file pmin.h.
Referenced by Rcpp::sugar::Pmin_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::operator[]().