RcppNumList Class Reference

#include <RcppNumList.h>

List of all members.

Public Member Functions

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

Private Attributes

int len
SEXP namedList
SEXP names

Detailed Description

Definition at line 28 of file RcppNumList.h.


Constructor & Destructor Documentation

RcppNumList::RcppNumList ( SEXP  theList  ) 

Definition at line 25 of file RcppNumList.cpp.

References len, namedList, and names.


Member Function Documentation

std::string RcppNumList::getName ( int  i  )  const

Definition at line 33 of file RcppNumList.cpp.

References len, and names.

Referenced by Rcpp_Example().

double RcppNumList::getValue ( int  i  )  const

Definition at line 42 of file RcppNumList.cpp.

References len, and namedList.

Referenced by Rcpp_Example().

int RcppNumList::size (  )  const

Definition at line 58 of file RcppNumList.cpp.

References len.


Member Data Documentation

int RcppNumList::len [private]

Definition at line 35 of file RcppNumList.h.

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

SEXP RcppNumList::namedList [private]

Definition at line 36 of file RcppNumList.h.

Referenced by getValue(), and RcppNumList().

SEXP RcppNumList::names [private]

Definition at line 37 of file RcppNumList.h.

Referenced by getName(), and RcppNumList().


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

Generated on Sat Jan 2 15:42:18 2010 for Rcpp by  doxygen 1.6.1