|
Rcpp Version 1.1.2
|
#include <minus.h>


Public Types | |
| typedef traits::storage_type< RTYPE >::type | STORAGE |
| typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE |
| typedef Rcpp::traits::Extractor< RTYPE, NA, T >::type | VEC_EXT |
| Public Types inherited from Rcpp::VectorBase< RTYPE, true, Minus_Vector_Primitive< 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 | |
| Minus_Vector_Primitive (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, Minus_Vector_Primitive< RTYPE, NA, T > > | |
| Minus_Vector_Primitive< RTYPE, NA, T > & | get_ref () |
| 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 VEC_EXT & | lhs |
| STORAGE | rhs |
| bool | rhs_na |
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Minus_Vector_Primitive< RTYPE, NA, T >::STORAGE |
| typedef Rcpp::traits::Extractor<RTYPE,NA,T>::type Rcpp::sugar::Minus_Vector_Primitive< RTYPE, NA, T >::VEC_EXT |
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Minus_Vector_Primitive< RTYPE, NA, T >::VEC_TYPE |
|
inline |
Definition at line 236 of file minus.h.
References Rcpp::VectorBase< RTYPE, true, Minus_Vector_Primitive< RTYPE, NA, T > >::get_ref(), Rcpp::is_na(), lhs, rhs, and rhs_na.

|
inline |
Definition at line 239 of file minus.h.
References Rcpp::traits::is_na(), lhs, RCPP_SAFE_SUB, rhs, and rhs_na.

|
inline |
|
private |
Definition at line 248 of file minus.h.
Referenced by Minus_Vector_Primitive(), operator[](), and size().
|
private |
Definition at line 249 of file minus.h.
Referenced by Minus_Vector_Primitive(), and operator[]().
|
private |
Definition at line 250 of file minus.h.
Referenced by Minus_Vector_Primitive(), and operator[]().