RcppNumList

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RcppNumList -

SYNOPSIS


#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

Detailed Description

Definition at line 318 of file Rcpp.h.

Constructor & Destructor Documentation

RcppNumList::RcppNumList (SEXP theList) [inline]

Definition at line 320 of file Rcpp.h.

References len, namedList, and names.

Member Function Documentation

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

Definition at line 327 of file Rcpp.h.

References len, and names.

Referenced by Rcpp_Example().

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

Definition at line 335 of file Rcpp.h.

References len, and namedList.

Referenced by Rcpp_Example().

int RcppNumList::size () [inline]

Definition at line 350 of file Rcpp.h.

References len.

Member Data Documentation

int RcppNumList::len [private]

Definition at line 352 of file Rcpp.h.

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

SEXP RcppNumList::namedList [private]

Definition at line 353 of file Rcpp.h.

Referenced by getValue(), and RcppNumList().

SEXP RcppNumList::names [private]

Definition at line 354 of file Rcpp.h.

Referenced by getName(), and RcppNumList().

Author

Generated automatically by Doxygen for Rcpp from the source code.