RcppNumList Class Reference

#include <Rcpp.h>

List of all members.

Public Member Functions

 RcppNumList (SEXP theList)
std::string getName (int i)
double getValue (int i)
int size ()

Private Attributes

int len
SEXP namedList
SEXP names

Detailed Description

Definition at line 320 of file Rcpp.h.


Constructor & Destructor Documentation

RcppNumList::RcppNumList ( SEXP  theList  )  [inline]

Definition at line 322 of file Rcpp.h.

References len, namedList, and names.


Member Function Documentation

std::string RcppNumList::getName ( int  i  )  [inline]

Definition at line 329 of file Rcpp.h.

References len, and names.

Referenced by Rcpp_Example().

double RcppNumList::getValue ( int  i  )  [inline]

Definition at line 337 of file Rcpp.h.

References len, and namedList.

Referenced by Rcpp_Example().

int RcppNumList::size (  )  [inline]

Definition at line 352 of file Rcpp.h.

References len.


Member Data Documentation

int RcppNumList::len [private]

Definition at line 354 of file Rcpp.h.

Referenced by getName(), getValue(), RcppNumList(), and size().

SEXP RcppNumList::namedList [private]

Definition at line 355 of file Rcpp.h.

Referenced by getValue(), and RcppNumList().

SEXP RcppNumList::names [private]

Definition at line 356 of file Rcpp.h.

Referenced by getName(), and RcppNumList().


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

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