Rcpp Version 1.1.2
Loading...
Searching...
No Matches
StretchyList.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Rcpp
 Rcpp API.

Typedefs

typedef StretchyList_Impl< PreserveStorageRcpp::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_ImplRcpp::push_back (const T &obj)
template<typename T>
StretchyList_ImplRcpp::push_front (const T &obj)
template<typename T>
StretchyList_ImplRcpp::push_back__impl (const T &obj, traits::true_type)
template<typename T>
StretchyList_ImplRcpp::push_back__impl (const T &obj, traits::false_type)
template<typename T>
StretchyList_ImplRcpp::push_front__impl (const T &obj, traits::true_type)
template<typename T>
StretchyList_ImplRcpp::push_front__impl (const T &obj, traits::false_type)

Variables

 Rcpp::DottedPairProxyPolicy< StretchyList_Impl< StoragePolicy > >