|
Rcpp Version 1.1.2
|

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 > |
| struct | std::hash< Rcpp::String > |
Namespaces | |
| namespace | Rcpp |
| Rcpp API. | |
| namespace | Rcpp::traits |
| traits used to dispatch wrap | |
| namespace | Rcpp::internal |
| internal implementation details | |
| namespace | std |
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) |
| #define RCPP_STRING_DEBUG | ( | MSG | ) |
Definition at line 37 of file String.h.
Referenced by Rcpp::String::operator+=(), Rcpp::String::operator+=(), Rcpp::String::operator+=(), Rcpp::String::operator+=(), Rcpp::String::operator+=(), Rcpp::String::operator+=(), Rcpp::String::setData(), Rcpp::String::String(), Rcpp::String::String(), Rcpp::String::String(), Rcpp::String::String(), Rcpp::String::String(), Rcpp::String::String(), Rcpp::String::String(), Rcpp::String::String(), Rcpp::String::String(), Rcpp::String::String(), Rcpp::String::String(), Rcpp::String::String(), Rcpp::String::String(), and Rcpp::wrap< Rcpp::String >().
| #define RCPP_STRING_DEBUG_1 | ( | fmt, | |
| MSG ) |
Definition at line 38 of file String.h.
Referenced by Rcpp::String::append_wide_string(), Rcpp::String::get_sexp(), and Rcpp::String::get_sexp().
| #define RCPP_STRING_DEBUG_2 | ( | fmt, | |
| M1, | |||
| M2 ) |
Definition at line 39 of file String.h.
Referenced by Rcpp::String::replace_all(), Rcpp::String::replace_first(), and Rcpp::String::replace_last().