Rcpp Version 0.9.10
Rcpp::sugar::SeqLen Class Reference

#include <seq_along.h>

Inheritance diagram for Rcpp::sugar::SeqLen:
Collaboration diagram for Rcpp::sugar::SeqLen:

List of all members.

Public Member Functions

 SeqLen (int len_)
int operator[] (int i) const
int size () const

Private Attributes

int len

Detailed Description

Definition at line 28 of file seq_along.h.


Constructor & Destructor Documentation

Rcpp::sugar::SeqLen::SeqLen ( int  len_) [inline]

Definition at line 30 of file seq_along.h.


Member Function Documentation

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.


Member Data Documentation

int Rcpp::sugar::SeqLen::len [private]

Definition at line 38 of file seq_along.h.

Referenced by size().


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