|
Rcpp Version 0.10.3
|
#include <seq_along.h>


Public Member Functions | |
| SeqLen (int len_) | |
| int | operator[] (int i) const |
| int | size () const |
Public Member Functions inherited from Rcpp::VectorBase< INTSXP, false, SeqLen > | |
| SeqLen & | get_ref () |
| const SeqLen & | get_ref () const |
| iterator | begin () const |
| iterator | end () const |
Private Attributes | |
| int | len |
Additional Inherited Members | |
Public Types inherited from Rcpp::VectorBase< INTSXP, false, SeqLen > | |
| typedef traits::storage_type < RTYPE >::type | stored_type |
| typedef traits::storage_type < RTYPE >::type | elem_type |
Definition at line 28 of file seq_along.h.
|
inline |
Definition at line 30 of file seq_along.h.
|
inline |
Reimplemented from Rcpp::VectorBase< INTSXP, false, SeqLen >.
Definition at line 32 of file seq_along.h.
References i.
|
inline |
Reimplemented from Rcpp::VectorBase< INTSXP, false, SeqLen >.
Definition at line 35 of file seq_along.h.
References len.
|
private |
Definition at line 38 of file seq_along.h.
Referenced by size().