Rcpp Version 0.9.10
Rcpp::sugar::Tail< RTYPE, NA, T > Class Template Reference

#include <tail.h>

Inheritance diagram for Rcpp::sugar::Tail< RTYPE, NA, T >:
Collaboration diagram for Rcpp::sugar::Tail< RTYPE, NA, T >:

List of all members.

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_TYPEobject
int start
int n

Detailed Description

template<int RTYPE, bool NA, typename T>
class Rcpp::sugar::Tail< RTYPE, NA, T >

Definition at line 29 of file tail.h.


Member Typedef Documentation

template<int RTYPE, bool NA, typename T>
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Tail< RTYPE, NA, T >::STORAGE

Definition at line 32 of file tail.h.

template<int RTYPE, bool NA, typename T>
typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Tail< RTYPE, NA, T >::VEC_TYPE

Definition at line 31 of file tail.h.


Constructor & Destructor Documentation

template<int RTYPE, bool NA, typename T>
Rcpp::sugar::Tail< RTYPE, NA, T >::Tail ( const VEC_TYPE object_,
int  n_ 
) [inline]

Member Function Documentation

template<int RTYPE, bool NA, typename T>
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.

template<int RTYPE, bool NA, typename T>
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.


Member Data Documentation

template<int RTYPE, bool NA, typename T>
int Rcpp::sugar::Tail< RTYPE, NA, T >::n [private]
template<int RTYPE, bool NA, typename T>
const VEC_TYPE& Rcpp::sugar::Tail< RTYPE, NA, T >::object [private]

Definition at line 49 of file tail.h.

template<int RTYPE, bool NA, typename T>
int Rcpp::sugar::Tail< RTYPE, NA, T >::start [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines