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

Go to the source code of this file.

Classes

struct  Rcpp::traits::r_type_primitive_tag
 
struct  Rcpp::traits::r_type_string_tag
 
struct  Rcpp::traits::r_type_generic_tag
 
struct  Rcpp::traits::r_type_pairstring_primitive_tag
 
struct  Rcpp::traits::r_type_pairstring_string_tag
 
struct  Rcpp::traits::r_type_pairstring_generic_tag
 
struct  Rcpp::traits::r_type_pair_tag
 
struct  Rcpp::traits::r_type_module_object_pointer_tag
 
struct  Rcpp::traits::r_type_module_object_const_pointer_tag
 
struct  Rcpp::traits::r_type_module_object_tag
 
struct  Rcpp::traits::r_type_module_object_reference_tag
 
struct  Rcpp::traits::r_type_module_object_const_reference_tag
 
struct  Rcpp::traits::r_type_enum_tag
 
struct  Rcpp::traits::r_type_RcppString_tag
 
struct  Rcpp::traits::r_type_traits< T >
 
struct  Rcpp::traits::r_type_traits< Rcpp::object< T > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const KEY, VALUE > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, T > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, int > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, const int > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, double > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, Rbyte > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, Rcomplex > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, bool > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, std::string > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, std::wstring > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, char > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, wchar_t > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, unsigned int > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, float > >
 
struct  Rcpp::traits::r_type_traits< int >
 
struct  Rcpp::traits::r_type_traits< const int >
 
struct  Rcpp::traits::r_type_traits< double >
 
struct  Rcpp::traits::r_type_traits< const double >
 
struct  Rcpp::traits::r_type_traits< Rbyte >
 
struct  Rcpp::traits::r_type_traits< Rcomplex >
 
struct  Rcpp::traits::r_type_traits< bool >
 
struct  Rcpp::traits::r_type_traits< std::string >
 
struct  Rcpp::traits::r_type_traits< std::wstring >
 
struct  Rcpp::traits::r_type_traits< char >
 
struct  Rcpp::traits::r_type_traits< wchar_t >
 
struct  Rcpp::traits::r_type_traits< unsigned int >
 
struct  Rcpp::traits::r_type_traits< float >
 
struct  Rcpp::traits::r_type_traits< const char * >
 
struct  Rcpp::traits::r_type_traits< const wchar_t * >
 
struct  Rcpp::traits::r_type_traits< long >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, long > >
 
struct  Rcpp::traits::r_type_traits< unsigned long >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, unsigned long > >
 
struct  Rcpp::traits::r_type_traits< long double >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, long double > >
 
struct  Rcpp::traits::r_type_traits< short >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, short > >
 
struct  Rcpp::traits::r_type_traits< unsigned short >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, unsigned short > >
 
struct  Rcpp::traits::r_type_traits< std::complex< double > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, std::complex< double > > >
 
struct  Rcpp::traits::r_type_traits< std::complex< float > >
 
struct  Rcpp::traits::r_type_traits< std::pair< const std::string, std::complex< float > > >
 

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::traits
 traits used to dispatch wrap