RcppStringVector Class Reference

#include <Rcpp.h>

List of all members.

Public Member Functions

 RcppStringVector (SEXP vec)
 ~RcppStringVector ()
std::string & operator() (int i)
int size ()
std::vector< std::string > stlVector ()

Private Attributes

std::string * v
int length


Detailed Description

Definition at line 378 of file Rcpp.h.


Constructor & Destructor Documentation

RcppStringVector::RcppStringVector ( SEXP  vec  ) 

Definition at line 274 of file Rcpp.cpp.

References length, and v.

RcppStringVector::~RcppStringVector (  )  [inline]

Definition at line 381 of file Rcpp.h.

References v.


Member Function Documentation

std::string& RcppStringVector::operator() ( int  i  )  [inline]

Definition at line 384 of file Rcpp.h.

References length, and v.

int RcppStringVector::size (  )  [inline]

Definition at line 392 of file Rcpp.h.

References length.

Referenced by RcppResultSet::add().

std::vector<std::string> RcppStringVector::stlVector (  )  [inline]

Definition at line 393 of file Rcpp.h.

References length, and v.


Member Data Documentation

std::string* RcppStringVector::v [private]

Definition at line 400 of file Rcpp.h.

Referenced by operator()(), RcppStringVector(), stlVector(), and ~RcppStringVector().

int RcppStringVector::length [private]

Definition at line 401 of file Rcpp.h.

Referenced by operator()(), RcppStringVector(), size(), and stlVector().


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

Generated on Tue Feb 24 20:27:06 2009 for Rcpp by  doxygen 1.5.6