Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Language.h File Reference
This graph shows which files directly or indirectly include this file:

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

namespace  Rcpp
 Rcpp API.

Typedefs

typedef DottedPairProxyPolicy< Language_Impl >::const_DottedPairProxy Rcpp::const_Proxy
typedef Language_Impl< PreserveStorageRcpp::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)
template<typename... T>
 Rcpp::Language_Impl (const std::string &symbol, const T &... t)
template<typename... T>
 Rcpp::Language_Impl (const Function &function, const T &... t)
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

 Rcpp::DottedPairProxyPolicy< Language_Impl< StoragePolicy > >
 Rcpp::DottedPairImpl< Language_Impl< StoragePolicy > >