|
Rcpp Version 1.0.14
|
#include <plus.h>


Public Types | |
| typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE |
| typedef traits::storage_type< RTYPE >::type | STORAGE |
| typedef Rcpp::traits::Extractor< RTYPE, NA, T >::type | EXT |
Public Types inherited from Rcpp::VectorBase< RTYPE, true, Plus_Vector_Primitive_nona< RTYPE, NA, 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 | |
| Plus_Vector_Primitive_nona (const VEC_TYPE &lhs_, STORAGE rhs_) | |
| STORAGE | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
Public Member Functions inherited from Rcpp::VectorBase< RTYPE, true, Plus_Vector_Primitive_nona< RTYPE, NA, T > > | |
| Plus_Vector_Primitive_nona< RTYPE, NA, T > & | get_ref () |
| const Plus_Vector_Primitive_nona< RTYPE, NA, 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 EXT & | lhs |
| STORAGE | rhs |
| typedef Rcpp::traits::Extractor<RTYPE,NA,T>::type Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::EXT |
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::STORAGE |
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::VEC_TYPE |
|
inline |
|
inline |
Definition at line 361 of file plus.h.
References Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::lhs, and Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::rhs.
|
inline |
Definition at line 366 of file plus.h.
References Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::lhs.
|
private |
Definition at line 369 of file plus.h.
Referenced by Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::operator[](), Rcpp::sugar::Plus_Vector_Primitive_nona< REALSXP, NA, T >::operator[](), Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, false, T >::operator[](), Rcpp::sugar::Plus_Vector_Primitive_nona< REALSXP, false, T >::operator[](), Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::size(), Rcpp::sugar::Plus_Vector_Primitive_nona< REALSXP, NA, T >::size(), Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, false, T >::size(), and Rcpp::sugar::Plus_Vector_Primitive_nona< REALSXP, false, T >::size().
|
private |
Definition at line 370 of file plus.h.
Referenced by Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, NA, T >::operator[](), Rcpp::sugar::Plus_Vector_Primitive_nona< REALSXP, NA, T >::operator[](), Rcpp::sugar::Plus_Vector_Primitive_nona< RTYPE, false, T >::operator[](), and Rcpp::sugar::Plus_Vector_Primitive_nona< REALSXP, false, T >::operator[]().