Rcpp Version 1.0.9
get_return_type.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::void_type
 

Namespaces

 Rcpp
 Rcpp API.
 

Functions

template<typename RESULT_TYPE >
std::string Rcpp::get_return_type_dispatch (Rcpp::traits::false_type)
 
template<typename RESULT_TYPE >
std::string Rcpp::get_return_type_dispatch (Rcpp::traits::true_type)
 
template<typename RESULT_TYPE >
std::string Rcpp::get_return_type ()
 
template<>
std::string Rcpp::get_return_type< void_type > ()
 
template<>
std::string Rcpp::get_return_type< SEXP > ()
 
template<>
std::string Rcpp::get_return_type< Rcpp::IntegerVector > ()
 
template<>
std::string Rcpp::get_return_type< Rcpp::NumericVector > ()
 
template<>
std::string Rcpp::get_return_type< Rcpp::RawVector > ()
 
template<>
std::string Rcpp::get_return_type< Rcpp::ExpressionVector > ()
 
template<>
std::string Rcpp::get_return_type< Rcpp::List > ()
 
template<>
std::string Rcpp::get_return_type< Rcpp::CharacterVector > ()