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


Public Types | |
| typedef Rcpp::VectorBase < RTYPE, NA, T > | VEC_TYPE |
| typedef Rcpp::traits::storage_type < RTYPE >::type | STORAGE |
Public Member Functions | |
| Tail (const VEC_TYPE &object_, int n_) | |
| STORAGE | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| const VEC_TYPE & | object |
| int | start |
| int | n |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Tail< RTYPE, NA, T >::STORAGE |
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Tail< RTYPE, NA, T >::VEC_TYPE |
| Rcpp::sugar::Tail< RTYPE, NA, T >::Tail | ( | const VEC_TYPE & | object_, |
| int | n_ | ||
| ) | [inline] |
Definition at line 34 of file tail.h.
References Rcpp::sugar::Tail< RTYPE, NA, T >::n, and Rcpp::sugar::Tail< RTYPE, NA, T >::start.
| STORAGE Rcpp::sugar::Tail< RTYPE, NA, T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, na, VECTOR >.
Definition at line 43 of file tail.h.
References i, and Rcpp::sugar::Tail< RTYPE, NA, T >::start.
| int Rcpp::sugar::Tail< RTYPE, NA, T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, na, VECTOR >.
Definition at line 46 of file tail.h.
References Rcpp::sugar::Tail< RTYPE, NA, T >::n.
int Rcpp::sugar::Tail< RTYPE, NA, T >::n [private] |
Definition at line 50 of file tail.h.
Referenced by Rcpp::sugar::Tail< RTYPE, NA, T >::size(), and Rcpp::sugar::Tail< RTYPE, NA, T >::Tail().
const VEC_TYPE& Rcpp::sugar::Tail< RTYPE, NA, T >::object [private] |
int Rcpp::sugar::Tail< RTYPE, NA, T >::start [private] |
Definition at line 50 of file tail.h.
Referenced by Rcpp::sugar::Tail< RTYPE, NA, T >::operator[](), and Rcpp::sugar::Tail< RTYPE, NA, T >::Tail().