#include <Rcpp.h>
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 |
Definition at line 320 of file Rcpp.h.
RcppNumList::RcppNumList | ( | SEXP | theList | ) | [inline] |
std::string RcppNumList::getName | ( | int | i | ) | [inline] |
double RcppNumList::getValue | ( | int | i | ) | [inline] |
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().