18 #ifndef Rcpp_api_meat_StretchyList_h
19 #define Rcpp_api_meat_StretchyList_h
23 template<
template <
class>
class StoragePolicy>
26 Shield<SEXP> s(
wrap(obj) ) ;
27 SEXP tmp = Rf_cons( s, R_NilValue );
28 SEXP
self = Storage::get__() ;
29 SETCDR( CAR(
self), tmp) ;
34 template<
template <
class>
class StoragePolicy>
37 Shield<SEXP> s(
wrap(obj.object) ) ;
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__() ;
52 Shield<SEXP> s(
wrap(obj) ) ;
53 tmp = Rf_cons(s, CDR(
self) ) ;
58 template<
template <
class>
class StoragePolicy>
62 SEXP
self = Storage::get__() ;
63 Shield<SEXP> s(
wrap(obj.object) ) ;
65 tmp = Rf_cons(s, CDR(
self) ) ;
integral_constant< bool, true > true_type
integral_constant< bool, false > false_type
StretchyList_Impl & push_front__impl(const T &obj, traits::false_type)
StretchyList_Impl & push_back__impl(const T &obj, traits::false_type)
Symbol_Impl< NoProtectStorage > Symbol
SEXP wrap(const Date &date)