Rcpp Version 1.0.9
|
#include <pmax.h>
Public Types | |
typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE |
typedef pmax_op_Vector_Primitive< RTYPE, LHS_NA > | OPERATOR |
Public Types inherited from Rcpp::VectorBase< RTYPE, true, Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T > > | |
typedef traits::storage_type< RTYPE >::type | stored_type |
typedef traits::storage_type< RTYPE >::type | elem_type |
typedef iter_base< iter_traits > | iterator |
typedef iter_base< const_iter_traits > | const_iterator |
Public Member Functions | |
Pmax_Vector_Primitive (const LHS_T &lhs_, STORAGE rhs_) | |
STORAGE | operator[] (R_xlen_t i) const |
R_xlen_t | size () const |
Public Member Functions inherited from Rcpp::VectorBase< RTYPE, true, Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T > > | |
Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T > & | get_ref () |
const Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T > & | get_ref () const |
stored_type | operator[] (R_xlen_t i) const |
R_xlen_t | size () const |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
Private Attributes | |
const LHS_T & | lhs |
OPERATOR | op |
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 |
|
inline |
|
inline |
Definition at line 138 of file pmax.h.
References Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::lhs, and Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::op.
|
inline |
Definition at line 141 of file pmax.h.
References Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::lhs.
|
private |
Definition at line 144 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().
|
private |
Definition at line 145 of file pmax.h.
Referenced by Rcpp::sugar::Pmax_Vector_Primitive< RTYPE, LHS_NA, LHS_T >::operator[]().