|
Rcpp Version 1.0.14
|

Go to the source code of this file.
Classes | |
| class | Rcpp::String |
| struct | Rcpp::traits::r_type_traits< Rcpp::String > |
| struct | Rcpp::traits::r_sexptype_traits< Rcpp::String > |
Namespaces | |
| namespace | Rcpp |
| Rcpp API. | |
| namespace | Rcpp::traits |
| traits used to dispatch wrap | |
| namespace | Rcpp::internal |
| internal implementation details | |
Macros | |
| #define | RCPP_STRING_DEBUG_LEVEL 0 |
| #define | RCPP_STRING_DEBUG(MSG) |
| #define | RCPP_STRING_DEBUG_1(fmt, MSG) |
| #define | RCPP_STRING_DEBUG_2(fmt, M1, M2) |
| #define | RCPP_STRING_DEBUG_3(fmt, M1, M2, M3) |
Functions | |
| template<> | |
| SEXP | Rcpp::internal::make_charsexp< Rcpp::String > (const Rcpp::String &s) |
| template<> | |
| SEXP | Rcpp::wrap< Rcpp::String > (const Rcpp::String &object) |
| bool | Rcpp::operator== (const String::StringProxy &lhs, const String &rhs) |
| bool | Rcpp::operator!= (const String::StringProxy &lhs, const String &rhs) |
| bool | Rcpp::operator== (const String::const_StringProxy &lhs, const String &rhs) |
| bool | Rcpp::operator!= (const String::const_StringProxy &lhs, const String &rhs) |