18#ifndef Rcpp_api_meat_StretchyList_h
19#define Rcpp_api_meat_StretchyList_h
23 template<
template <
class>
class StoragePolicy>
27 SEXP tmp = Rf_cons( s, R_NilValue );
28 SEXP self = Storage::get__() ;
29 SETCDR( CAR(self), tmp) ;
34 template<
template <
class>
class StoragePolicy>
38 SEXP tmp = Rf_cons( s, R_NilValue );
41 SEXP self = Storage::get__() ;
42 SETCDR( CAR(self), tmp) ;
47 template<
template <
class>
class StoragePolicy>
51 SEXP self = Storage::get__() ;
53 tmp = Rf_cons(s, CDR(self) ) ;
58 template<
template <
class>
class StoragePolicy>
62 SEXP self = Storage::get__() ;
65 tmp = Rf_cons(s, CDR(self) ) ;
integral_constant< bool, true > true_type
integral_constant< bool, false > false_type
Symbol_Impl< NoProtectStorage > Symbol
SEXP wrap(const Date &date)