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 380 of file Rcpp.h.


Constructor & Destructor Documentation

RcppStringVector::RcppStringVector ( SEXP  vec  ) 

Definition at line 283 of file Rcpp.cpp.

References length, and v.

RcppStringVector::~RcppStringVector (  )  [inline]

Definition at line 383 of file Rcpp.h.

References v.


Member Function Documentation

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

Definition at line 386 of file Rcpp.h.

References length, and v.

int RcppStringVector::size (  )  [inline]

Definition at line 394 of file Rcpp.h.

References length.

Referenced by RcppResultSet::add().

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

Definition at line 395 of file Rcpp.h.

References length, and v.


Member Data Documentation

int RcppStringVector::length [private]

Definition at line 403 of file Rcpp.h.

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

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

Definition at line 402 of file Rcpp.h.

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


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