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


Public Types | |
| typedef Rcpp::VectorBase < RTYPE, NA, T > | VEC_TYPE |
| typedef traits::storage_type < RTYPE >::type | STORAGE |
| typedef unary_minus_result_type< RTYPE > ::type | RESULT |
| typedef unary_minus< RTYPE, NA > | OPERATOR |
Public Member Functions | |
| UnaryMinus_Vector (const VEC_TYPE &lhs_) | |
| RESULT | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| const VEC_TYPE & | lhs |
| OPERATOR | op |
Definition at line 83 of file unary_minus.h.
| typedef unary_minus<RTYPE,NA> Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::OPERATOR |
Definition at line 92 of file unary_minus.h.
| typedef unary_minus_result_type<RTYPE>::type Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::RESULT |
Definition at line 91 of file unary_minus.h.
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::STORAGE |
Definition at line 90 of file unary_minus.h.
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::VEC_TYPE |
Definition at line 89 of file unary_minus.h.
| Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::UnaryMinus_Vector | ( | const VEC_TYPE & | lhs_ | ) | [inline] |
Definition at line 94 of file unary_minus.h.
| RESULT Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, na, VECTOR >.
Definition at line 97 of file unary_minus.h.
References Rcpp::sugar::unary_minus< RTYPE, NA >::apply(), Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::lhs, and Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::op.

| int Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, na, VECTOR >.
Definition at line 101 of file unary_minus.h.
References Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::lhs, and Rcpp::VectorBase< RTYPE, na, VECTOR >::size().

const VEC_TYPE& Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::lhs [private] |
Definition at line 104 of file unary_minus.h.
Referenced by Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::operator[](), and Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::size().
OPERATOR Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::op [private] |
Definition at line 105 of file unary_minus.h.
Referenced by Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::operator[]().