RcppStringVectorView

Langue: en

Version: 286357 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RcppStringVectorView -

SYNOPSIS


#include <Rcpp.h>

Public Member Functions


RcppStringVectorView (SEXP vec)

const char * operator() (int i)

int size ()

Private Attributes


SEXP v

int length

Detailed Description

Definition at line 506 of file Rcpp.h.

Constructor & Destructor Documentation

RcppStringVectorView::RcppStringVectorView (SEXP vec)

Definition at line 441 of file Rcpp.cpp.

References length, and v.

Member Function Documentation

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

Definition at line 509 of file Rcpp.h.

References length, and v.

int RcppStringVectorView::size () [inline]

Definition at line 517 of file Rcpp.h.

References length.

Member Data Documentation

SEXP RcppStringVectorView::v [private]

Definition at line 519 of file Rcpp.h.

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

int RcppStringVectorView::length [private]

Definition at line 520 of file Rcpp.h.

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

Author

Generated automatically by Doxygen for Rcpp from the source code.