Rcpp Version 1.0.9
|
Go to the source code of this file.
Namespaces | |
Rcpp | |
Rcpp API. | |
Rcpp::sugar | |
Functions | |
template<typename T > | |
sugar_const_iterator_type< T >::type | Rcpp::sugar::get_const_begin__impl (const T &obj, Rcpp::traits::true_type) |
template<typename T > | |
sugar_const_iterator_type< T >::type | Rcpp::sugar::get_const_begin__impl (const T &obj, Rcpp::traits::false_type) |
template<typename T > | |
sugar_const_iterator_type< T >::type | Rcpp::sugar::get_const_begin (const T &obj) |
template<> | |
SEXP * | Rcpp::sugar::get_const_begin (const CharacterVector &obj) |
template<typename T > | |
sugar_const_iterator_type< T >::type | Rcpp::sugar::get_const_end (const T &obj) |