RcppStringVectorView Class Reference

#include <Rcpp.h>

List of all members.

Public Member Functions

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

Private Attributes

SEXP v
int length

Detailed Description

Definition at line 512 of file Rcpp.h.


Constructor & Destructor Documentation

RcppStringVectorView::RcppStringVectorView ( SEXP  vec  ) 

Definition at line 450 of file Rcpp.cpp.

References length, and v.


Member Function Documentation

const char* RcppStringVectorView::operator() ( int  i  )  [inline]

Definition at line 515 of file Rcpp.h.

References length, and v.

int RcppStringVectorView::size (  )  [inline]

Definition at line 523 of file Rcpp.h.

References length.


Member Data Documentation

Definition at line 526 of file Rcpp.h.

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

SEXP RcppStringVectorView::v [private]

Definition at line 525 of file Rcpp.h.

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


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

Generated on Fri Nov 6 13:03:18 2009 for Rcpp by  doxygen 1.6.1