asDouble() const | RcppSexp | |
asInt() const | RcppSexp | |
asSexp() const | RcppSexp | |
asStdString() const | RcppSexp | |
asStdVectorDouble() const | RcppSexp | |
asStdVectorInt() const | RcppSexp | |
asStdVectorString() const | RcppSexp | |
m_sexp | RcppSexp | [private] |
RcppSexp(SEXP sexp, int numprot=0) | RcppSexp | [inline] |
RcppSexp() | RcppSexp | [inline] |
RcppSexp(const double &v) | RcppSexp | |
RcppSexp(const int &v) | RcppSexp | |
RcppSexp(const std::string &v) | RcppSexp | |
RcppSexp(const std::vector< int > &v) | RcppSexp | |
RcppSexp(const std::vector< double > &v) | RcppSexp | |
RcppSexp(const std::vector< std::string > &v) | RcppSexp | |
~RcppSexp() | RcppSexp |