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


Public Member Functions | |
| SeqLen (int len_) | |
| int | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| int | len |
Definition at line 28 of file seq_along.h.
| Rcpp::sugar::SeqLen::SeqLen | ( | int | len_ | ) | [inline] |
Definition at line 30 of file seq_along.h.
| int Rcpp::sugar::SeqLen::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< INTSXP, false, SeqLen >.
Definition at line 32 of file seq_along.h.
References i.
| int Rcpp::sugar::SeqLen::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< INTSXP, false, SeqLen >.
Definition at line 35 of file seq_along.h.
References len.
int Rcpp::sugar::SeqLen::len [private] |
Definition at line 38 of file seq_along.h.
Referenced by size().