Rcpp Version 1.0.9
|
This is the complete list of members for Rcpp::String, including all inherited members.
append(const T &s) | Rcpp::String | inlineprivate |
append_wide_string(const T &s) | Rcpp::String | inlineprivate |
assign_wide_string(const T &s) | Rcpp::String | inlineprivate |
buffer | Rcpp::String | private |
buffer_ready | Rcpp::String | private |
const_StringProxy typedef | Rcpp::String | |
data | Rcpp::String | private |
enc | Rcpp::String | private |
get_cstring() const | Rcpp::String | inline |
get_encoding() const | Rcpp::String | inline |
get_sexp() const | Rcpp::String | inline |
get_sexp() | Rcpp::String | inline |
get_sexp_impl() const | Rcpp::String | inline |
is_na() const | Rcpp::String | inlineprivate |
operator std::string() const | Rcpp::String | inline |
operator std::wstring() const | Rcpp::String | inline |
operator!=(const Rcpp::String &other) const | Rcpp::String | inline |
operator!=(const StringProxy &other) const | Rcpp::String | inline |
operator!=(const const_StringProxy &other) const | Rcpp::String | inline |
operator!=(SEXP other) const | Rcpp::String | inline |
operator+=(const std::string &s) | Rcpp::String | inline |
operator+=(const char *s) | Rcpp::String | inline |
operator+=(const std::wstring &s) | Rcpp::String | inline |
operator+=(const wchar_t *s) | Rcpp::String | inline |
operator+=(const String &other) | Rcpp::String | inline |
operator+=(const StringProxy &proxy) | Rcpp::String | inline |
operator+=(const const_StringProxy &proxy) | Rcpp::String | inline |
operator+=(SEXP x) | Rcpp::String | inline |
operator<(const Rcpp::String &other) const | Rcpp::String | inline |
operator=(int x) | Rcpp::String | inline |
operator=(double x) | Rcpp::String | inline |
operator=(Rbyte x) | Rcpp::String | inline |
operator=(bool x) | Rcpp::String | inline |
operator=(Rcomplex x) | Rcpp::String | inline |
operator=(SEXP x) | Rcpp::String | inline |
operator=(const StringProxy &proxy) | Rcpp::String | inline |
operator=(const String &other) | Rcpp::String | inline |
operator=(const std::string &s) | Rcpp::String | inline |
operator=(const char *s) | Rcpp::String | inline |
operator=(const std::wstring &s) | Rcpp::String | inline |
operator=(const wchar_t *s) | Rcpp::String | inline |
operator==(const Rcpp::String &other) const | Rcpp::String | inline |
operator==(const StringProxy &other) const | Rcpp::String | inline |
operator==(const const_StringProxy &other) const | Rcpp::String | inline |
operator==(SEXP other) const | Rcpp::String | inline |
operator>(const Rcpp::String &other) const | Rcpp::String | inline |
push_back(const char *s) | Rcpp::String | inline |
push_back(const std::string &s) | Rcpp::String | inline |
push_back(const Rcpp::String &s) | Rcpp::String | inline |
push_front(const char *s) | Rcpp::String | inline |
push_front(const std::string &s) | Rcpp::String | inline |
push_front(const Rcpp::String &s) | Rcpp::String | inline |
replace_all(const char *s, const char *news) | Rcpp::String | inline |
replace_all(const LHS &s, const RHS &news) | Rcpp::String | inline |
replace_all(const Rcpp::String &s, const char *news) | Rcpp::String | inline |
replace_all(const char *s, const Rcpp::String &news) | Rcpp::String | inline |
replace_all(const Rcpp::String &s, const Rcpp::String &news) | Rcpp::String | inline |
replace_first(const char *s, const char *news) | Rcpp::String | inline |
replace_first(const Rcpp::String &s, const char *news) | Rcpp::String | inline |
replace_first(const char *s, const Rcpp::String &news) | Rcpp::String | inline |
replace_first(const Rcpp::String &s, const Rcpp::String &news) | Rcpp::String | inline |
replace_last(const char *s, const char *news) | Rcpp::String | inline |
replace_last(const Rcpp::String &s, const char *news) | Rcpp::String | inline |
replace_last(const char *s, const Rcpp::String &news) | Rcpp::String | inline |
replace_last(const Rcpp::String &s, const Rcpp::String &news) | Rcpp::String | inline |
set_encoding(cetype_t encoding) | Rcpp::String | inline |
set_na() | Rcpp::String | inline |
setBuffer() | Rcpp::String | inlineprivate |
setData() | Rcpp::String | inlineprivate |
String() | Rcpp::String | inline |
String(const String &s) | Rcpp::String | inline |
String(SEXP charsxp) | Rcpp::String | inline |
String(const StringProxy &proxy) | Rcpp::String | inline |
String(const StringProxy &proxy, cetype_t enc) | Rcpp::String | inline |
String(const const_StringProxy &proxy) | Rcpp::String | inline |
String(const const_StringProxy &proxy, cetype_t enc) | Rcpp::String | inline |
String(const std::string &s, cetype_t enc=CE_UTF8) | Rcpp::String | inline |
String(const std::wstring &s, cetype_t enc=CE_UTF8) | Rcpp::String | inline |
String(const char *s, cetype_t enc=CE_UTF8) | Rcpp::String | inline |
String(const wchar_t *s, cetype_t enc=CE_UTF8) | Rcpp::String | inline |
String(int x) | Rcpp::String | inline |
String(double x) | Rcpp::String | inline |
String(bool x) | Rcpp::String | inline |
String(Rcomplex x) | Rcpp::String | inline |
String(Rbyte x) | Rcpp::String | inline |
StringProxy typedef | Rcpp::String | |
token | Rcpp::String | private |
valid | Rcpp::String | private |
~String() | Rcpp::String | inline |