|
Rcpp Version 1.1.2
|
#include <rep.h>


Public Member Functions | |
| Rep_Single (const T &x_, R_xlen_t n_) | |
| T | operator[] (R_xlen_t) const |
| R_xlen_t | size () const |
| Public Member Functions inherited from Rcpp::VectorBase< Rcpp::traits::r_sexptype_traits< T >::rtype, true, Rep_Single< T > > | |
| Rep_Single< T > & | get_ref () |
| 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 T & | x |
| R_xlen_t | n |
Additional Inherited Members | |
| Public Types inherited from Rcpp::VectorBase< Rcpp::traits::r_sexptype_traits< T >::rtype, true, Rep_Single< T > > | |
| 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 |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 63 of file rep.h.
Referenced by Rep_Single(), and size().
|
private |
Definition at line 62 of file rep.h.
Referenced by operator[](), and Rep_Single().