20 #ifndef Rcpp_StretchyList_h
21 #define Rcpp_StretchyList_h
43 SEXP s = Rf_cons(R_NilValue, R_NilValue);
48 Storage::set__(r_cast<LISTSXP>(x)) ;
53 inline operator SEXP()
const{
54 return CDR(Storage::get__() );
#define RCPP_GENERATE_CTOR_ASSIGN(__CLASS__)
StretchyList_Impl & push_front__impl(const T &obj, traits::true_type)
StretchyList_Impl & push_back(const T &obj)
StretchyList_Impl & push_front(const T &obj)
RCPP_API_CLASS(DottedPair_Impl)
DottedPairProxyPolicy< Language_Impl >::const_DottedPairProxy const_Proxy
StretchyList_Impl< PreserveStorage > StretchyList
StretchyList_Impl & push_back__impl(const T &obj, traits::true_type)