|
Rcpp Version 1.0.14
|
#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 () |
| const Rep_Single< T > & | 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 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 |
Definition at line 56 of file rep.h.
References Rcpp::sugar::Rep_Single< T >::x.
|
inline |
Definition at line 59 of file rep.h.
References Rcpp::sugar::Rep_Single< T >::n.
|
private |
Definition at line 63 of file rep.h.
Referenced by Rcpp::sugar::Rep_Single< T >::size().
|
private |
Definition at line 62 of file rep.h.
Referenced by Rcpp::sugar::Rep_Single< T >::operator[]().