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


Public Types | |
| typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE | 
| typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE | 
  Public Types inherited from Rcpp::VectorBase< RTYPE, na, VECTOR > | |
| 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 | |
| Tail (const VEC_TYPE &object_, R_xlen_t n_) | |
| STORAGE | operator[] (R_xlen_t i) const | 
| R_xlen_t | size () const | 
  Public Member Functions inherited from Rcpp::VectorBase< RTYPE, na, VECTOR > | |
| VECTOR & | get_ref () | 
| const VECTOR & | 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 VEC_TYPE & | object | 
| R_xlen_t | start | 
| R_xlen_t | 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 | 
      
  | 
  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.
      
  | 
  inline | 
Definition at line 43 of file tail.h.
References Rcpp::sugar::Tail< RTYPE, NA, T >::start.
      
  | 
  inline | 
Definition at line 46 of file tail.h.
References Rcpp::sugar::Tail< RTYPE, NA, T >::n.
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().
      
  | 
  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().