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


Public Types | |
| typedef Rcpp::VectorBase < RTYPE, false, LHS_T > | LHS_TYPE |
| typedef Rcpp::traits::storage_type < RTYPE >::type | STORAGE |
Public Types inherited from Rcpp::VectorBase< RTYPE, false, Diff< RTYPE, false, LHS_T > > | |
| typedef traits::storage_type < RTYPE >::type | stored_type |
| typedef traits::storage_type < RTYPE >::type | elem_type |
Public Member Functions | |
| Diff (const LHS_TYPE &lhs_) | |
| STORAGE | operator[] (int i) const |
| int | size () const |
Public Member Functions inherited from Rcpp::VectorBase< RTYPE, false, Diff< RTYPE, false, LHS_T > > | |
| Diff< RTYPE, false, LHS_T > & | get_ref () |
| const Diff< RTYPE, false, LHS_T > & | get_ref () const |
| iterator | begin () const |
| iterator | end () const |
Private Attributes | |
| const LHS_TYPE & | lhs |
| STORAGE | previous |
| typedef Rcpp::VectorBase<RTYPE,false,LHS_T> Rcpp::sugar::Diff< RTYPE, false, LHS_T >::LHS_TYPE |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Diff< RTYPE, false, LHS_T >::STORAGE |
|
inline |
|
inline |
Reimplemented from Rcpp::VectorBase< RTYPE, false, Diff< RTYPE, false, LHS_T > >.
Definition at line 94 of file diff.h.
References Rcpp::diff(), Rcpp::sugar::Diff< RTYPE, LHS_NA, LHS_T >::lhs, Rcpp::sugar::Diff< RTYPE, LHS_NA, LHS_T >::previous, and y.

|
inline |
Reimplemented from Rcpp::VectorBase< RTYPE, false, Diff< RTYPE, false, LHS_T > >.
Definition at line 100 of file diff.h.
References Rcpp::sugar::Diff< RTYPE, LHS_NA, LHS_T >::lhs, and Rcpp::VectorBase< RTYPE, na, VECTOR >::size().

|
private |
|
mutableprivate |