RcppStringVectorView Class Reference

#include <RcppStringVectorView.h>

List of all members.

Public Member Functions

 RcppStringVectorView (SEXP vec)
const char * operator() (int i) const
int size () const

Private Attributes

SEXP v
int length

Detailed Description

Definition at line 28 of file RcppStringVectorView.h.


Constructor & Destructor Documentation

RcppStringVectorView::RcppStringVectorView ( SEXP  vec  ) 

Definition at line 25 of file RcppStringVectorView.cpp.

References length, and v.


Member Function Documentation

const char * RcppStringVectorView::operator() ( int  i  )  const

Definition at line 37 of file RcppStringVectorView.cpp.

References length, and v.

int RcppStringVectorView::size (  )  const

Definition at line 46 of file RcppStringVectorView.cpp.

References length.


Member Data Documentation

Definition at line 35 of file RcppStringVectorView.h.

Referenced by operator()(), RcppStringVectorView(), and size().

SEXP RcppStringVectorView::v [private]

Definition at line 34 of file RcppStringVectorView.h.

Referenced by operator()(), and RcppStringVectorView().


The documentation for this class was generated from the following files:

Generated on Sat Jan 2 15:42:30 2010 for Rcpp by  doxygen 1.6.1