|
Rcpp Version 1.0.14
|

Go to the source code of this file.
Namespaces | |
| namespace | Rcpp |
| Rcpp API. | |
Typedefs | |
| typedef StretchyList_Impl< PreserveStorage > | Rcpp::StretchyList |
Functions | |
| Rcpp::RCPP_API_CLASS (StretchyList_Impl) | |
| Rcpp::StretchyList_Impl () | |
| Rcpp::StretchyList_Impl (SEXP x) | |
| void | Rcpp::update (SEXP) |
| Rcpp::operator SEXP () const | |
| template<typename T > | |
| StretchyList_Impl & | Rcpp::push_back (const T &obj) |
| template<typename T > | |
| StretchyList_Impl & | Rcpp::push_front (const T &obj) |
| template<typename T > | |
| StretchyList_Impl & | Rcpp::push_back__impl (const T &obj, traits::true_type) |
| template<typename T > | |
| StretchyList_Impl & | Rcpp::push_back__impl (const T &obj, traits::false_type) |
| template<typename T > | |
| StretchyList_Impl & | Rcpp::push_front__impl (const T &obj, traits::true_type) |
| template<typename T > | |
| StretchyList_Impl & | Rcpp::push_front__impl (const T &obj, traits::false_type) |
Variables | |
| Rcpp::DottedPairProxyPolicy< StretchyList_Impl< StoragePolicy > > | |