Rcpp Version 1.0.9
iterator.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rcpp::sugar::SugarIterator< T >
 
struct  Rcpp::sugar::sugar_const_iterator_type< T >
 
struct  Rcpp::sugar::sugar_const_iterator_type< Rcpp::Vector< RTYPE > >
 
struct  Rcpp::sugar::sugar_const_iterator_type< CharacterVector >
 
struct  Rcpp::sugar::is_sugar_vector< T >
 
struct  Rcpp::sugar::is_sugar_vector< Rcpp::Vector< RTYPE > >
 

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)