Rcpp Version 1.0.9
|
#include <Rcpp/generated/Language__ctors.h>
Go to the source code of this file.
Classes | |
class | Rcpp::fixed_call< RESULT_TYPE > |
class | Rcpp::unary_call< T, RESULT_TYPE > |
class | Rcpp::binary_call< T1, T2, RESULT_TYPE > |
Namespaces | |
Rcpp | |
Rcpp API. | |
Typedefs | |
typedef DottedPairProxyPolicy< Language_Impl >::const_DottedPairProxy | Rcpp::const_Proxy |
typedef Language_Impl< PreserveStorage > | Rcpp::Language |
Functions | |
Rcpp::RCPP_API_CLASS (Language_Impl) | |
Rcpp::Language_Impl () | |
Rcpp::Language_Impl (SEXP x) | |
Rcpp::Language_Impl (const std::string &symbol) | |
Rcpp::Language_Impl (const Symbol &symbol) | |
Rcpp::Language_Impl (const Function &function) | |
void | Rcpp::setSymbol (const std::string &symbol) |
void | Rcpp::setSymbol (const Symbol &symbol) |
void | Rcpp::setFunction (const Function &function) |
SEXP | Rcpp::eval () const |
SEXP | Rcpp::eval (SEXP env) const |
SEXP | Rcpp::fast_eval () const |
SEXP | Rcpp::fast_eval (SEXP env) const |
void | Rcpp::update (SEXP) |
Variables | |
public | Rcpp::DottedPairProxyPolicy< Language_Impl< StoragePolicy > > |
public public | Rcpp::DottedPairImpl< Language_Impl< StoragePolicy > > |