22 #ifndef Rcpp_Reference_h
23 #define Rcpp_Reference_h
44 Reference_Impl(SEXP x) {
48 Reference_Impl& operator=( SEXP other ) {
49 Storage::set__(other) ;
59 Reference_Impl(
const std::string& klass ) {
60 SEXP newSym = Rf_install(
"new");
67 if( ! ::Rf_isS4(x) )
throw not_reference();
#define RCPP_GENERATE_CTOR_ASSIGN(__CLASS__)
attribute_hidden SEXP get_Rcpp_namespace()
RCPP_API_CLASS(DottedPair_Impl)
SEXP Rcpp_fast_eval(SEXP expr, SEXP env)
Reference_Impl< PreserveStorage > Reference