|
Rcpp Version 0.9.10
|
#include <Symbol.h>


Public Member Functions | |
| Symbol (SEXP x) | |
| Symbol (const std::string &symbol) | |
| Symbol (const Symbol &other) | |
| Symbol & | operator= (const Symbol &other) |
| ~Symbol () | |
| const char * | c_str () |
| Rcpp::Symbol::Symbol | ( | SEXP | x | ) |
wraps the SEXP into a Symbol object.
| m_sexp | Accepted SEXP types are SYMSXP, CHARSXP and STRSXP in the last case, the first element of the character vector is silently used |
Definition at line 26 of file Symbol.cpp.
References R_NilValue, and Rcpp::RObject::setSEXP().

| Rcpp::Symbol::Symbol | ( | const std::string & | symbol | ) |
Definition at line 50 of file Symbol.cpp.
References Rcpp::RObject::setSEXP().

| Rcpp::Symbol::Symbol | ( | const Symbol & | other | ) |
Definition at line 55 of file Symbol.cpp.
References Rcpp::RObject::asSexp(), and Rcpp::RObject::setSEXP().

| Rcpp::Symbol::~Symbol | ( | ) |
Nothing specific
Definition at line 64 of file Symbol.cpp.
| const char* Rcpp::Symbol::c_str | ( | ) | [inline] |
Definition at line 55 of file Symbol.h.
References Rcpp::RObject::m_sexp.
Definition at line 59 of file Symbol.cpp.
References Rcpp::RObject::asSexp(), and Rcpp::RObject::setSEXP().
