Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Xfc::String Member List

This is the complete list of members for Xfc::String, including all inherited members.

append(const String &str)Xfc::String
append(const String &str, size_t char_pos, size_t n_chars=npos)Xfc::String
append(const char *s, size_t n_chars)Xfc::String
append(const char *s)Xfc::String
append(size_t n, char c)Xfc::String
append(size_t n, gunichar c)Xfc::String
append(const gunichar *s, int n_chars, G::Error *error=0)Xfc::String
append(iterator first, iterator last)Xfc::String
assign(const String &str)Xfc::String
assign(const String &str, size_t char_pos, size_t n_chars=npos)Xfc::String
assign(const char *s, size_t n_chars)Xfc::String
assign(const char *s)Xfc::String
assign(size_t n, char c)Xfc::String
assign(size_t n, gunichar c)Xfc::String
assign(const gunichar *s, int n_chars, G::Error *error=0)Xfc::String
assign(iterator first, iterator last)Xfc::String
at(size_t char_pos) const Xfc::String
begin() const Xfc::String
c_str() const Xfc::String [inline]
capacity() const Xfc::String [inline]
casefold(size_t n_bytes=npos)Xfc::String
clear()Xfc::String
collate(const String &str)Xfc::String
collate_key(const String &str, size_t n_bytes=npos)Xfc::String
compare(const String &str) const Xfc::String
compare(size_t char_pos, size_t n_chars, const String &str) const Xfc::String
compare(size_t char_pos1, size_t n_chars1, const String &str, size_t char_pos2, size_t n_chars2) const Xfc::String
compare(const char *s) const Xfc::String
compare(size_t char_pos, size_t n_chars, const char *s) const Xfc::String
compare(size_t char_pos, size_t n_chars1, const char *s, size_t n_chars2) const Xfc::String
const_pointer typedefXfc::String
convert(const char *to_codeset, G::Error *error=0)Xfc::String
convert(const std::string &str, const char *from_codeset, G::Error *error=0)Xfc::String [static]
convert_with_fallback(const char *to_codeset, G::Error *error=0)Xfc::String
convert_with_fallback(const char *to_codeset, const char *fallback, G::Error *error=0)Xfc::String
convert_with_fallback(const std::string &str, const char *from_codeset, G::Error *error=0)Xfc::String [static]
convert_with_fallback(const std::string &str, const char *from_codeset, const char *fallback, G::Error *error=0)Xfc::String [static]
copy(char *s, size_t n_chars, size_t char_pos) const Xfc::String
copy(char *s, size_t n_chars) const Xfc::String
copy(gunichar **s, size_t n_bytes, iterator i, G::Error *error=0) const Xfc::String
copy(gunichar2 **s, size_t n_bytes, iterator i, G::Error *error=0) const Xfc::String
data() const Xfc::String [inline]
empty() const Xfc::String [inline]
end() const Xfc::String
erase()Xfc::String
erase(size_t char_pos, size_t n_chars=npos)Xfc::String
erase(iterator i)Xfc::String
erase(iterator first, iterator last)Xfc::String
find(const char *s, size_t byte_pos, size_t n_chars) const Xfc::String
find(const String &str, size_t byte_pos=0) const Xfc::String
find(const char *s, size_t byte_pos=0) const Xfc::String
find(char c, size_t byte_pos=0) const Xfc::String
find(gunichar c, size_t byte_pos=0) const Xfc::String
find_first_not_of(const String &str, size_t byte_pos=0) const Xfc::String
find_first_not_of(const char *s, size_t byte_pos, size_t n_chars) const Xfc::String
find_first_not_of(const char *s, size_t byte_pos=0) const Xfc::String
find_first_not_of(char c, size_t byte_pos=0) const Xfc::String
find_first_not_of(gunichar c, size_t byte_pos=0) const Xfc::String
find_first_of(const String &str, size_t byte_pos=0) const Xfc::String
find_first_of(const char *s, size_t byte_pos, size_t n_chars) const Xfc::String
find_first_of(const char *s, size_t byte_pos=0) const Xfc::String
find_first_of(char c, size_t byte_pos=0) const Xfc::String
find_first_of(gunichar c, size_t byte_pos=0) const Xfc::String
find_last_not_of(const String &str, size_t byte_pos=npos) const Xfc::String
find_last_not_of(const char *s, size_t byte_pos, size_t n_chars) const Xfc::String
find_last_not_of(const char *s, size_t byte_pos=npos) const Xfc::String
find_last_not_of(char c, size_t byte_pos=npos) const Xfc::String
find_last_not_of(gunichar c, size_t byte_pos=npos) const Xfc::String
find_last_of(const String &str, size_t byte_pos=npos) const Xfc::String
find_last_of(const char *s, size_t byte_pos, size_t n_chars) const Xfc::String
find_last_of(const char *s, size_t byte_pos=npos) const Xfc::String
find_last_of(char c, size_t byte_pos=npos) const Xfc::String
find_last_of(gunichar c, size_t byte_pos=npos) const Xfc::String
format(const char *message_format,...)Xfc::String [static]
from_filename(const std::string &opsysstring, G::Error *error=0)Xfc::String [static]
from_locale(const std::string &opsysstring, G::Error *error=0)Xfc::String [static]
get_char(size_t char_pos) const Xfc::String
get_char(const_pointer p)Xfc::String [static]
get_char_validated(size_t char_pos, size_t n_bytes=npos) const Xfc::String
get_char_validated(const_pointer p, size_t n_bytes)Xfc::String [static]
index(size_t char_pos) const Xfc::String
insert(iterator i, size_t n, char c)Xfc::String
insert(iterator i, size_t n, gunichar c)Xfc::String
insert(iterator i, iterator first, iterator last)Xfc::String
insert(size_t char_pos, const String &str)Xfc::String
insert(size_t char_pos1, const String &str, size_t char_pos2, size_t n_chars=npos)Xfc::String
insert(size_t char_pos, const char *s, size_t n_chars)Xfc::String
insert(size_t char_pos, const char *s)Xfc::String
insert(size_t char_pos, size_t n, char c)Xfc::String
insert(size_t char_pos, size_t n, gunichar c)Xfc::String
insert(size_t char_pos, const gunichar *s, int n_chars, G::Error *error=0)Xfc::String
insert(size_t char_pos, gunichar c)Xfc::String
insert(iterator i, char c)Xfc::String
insert(iterator i, gunichar c)Xfc::String
iterator typedefXfc::String
length() const Xfc::String
lower()Xfc::String
lower(size_t char_pos, size_t n_bytes=npos)Xfc::String
max_size() const Xfc::String [inline]
normalize(GNormalizeMode mode, size_t n_bytes=npos)Xfc::String
nposXfc::String [static]
null() const Xfc::String [inline]
offset(const_pointer p) const Xfc::String
operator+=(const String &str)Xfc::String
operator+=(const char *s)Xfc::String
operator+=(char c)Xfc::String
operator+=(gunichar c)Xfc::String
operator+=(const gunichar *s)Xfc::String
operator=(const String &str)Xfc::String
operator=(const char *s)Xfc::String
operator=(char c)Xfc::String
operator=(gunichar c)Xfc::String
operator[](size_t char_pos) const Xfc::String
pointer(size_t char_pos) const Xfc::String
push_back(char c)Xfc::String
push_back(gunichar c)Xfc::String
rbegin() const Xfc::String
rend() const Xfc::String
replace(size_t char_pos, size_t n_chars, const String &str)Xfc::String
replace(size_t char_pos1, size_t n_chars1, const String &str, size_t char_pos2, size_t n_chars2=npos)Xfc::String
replace(size_t char_pos, size_t n_chars1, const char *s, size_t n_chars2)Xfc::String
replace(size_t char_pos, size_t n_chars, const char *s)Xfc::String
replace(size_t char_pos, size_t n_chars, size_t n, char c)Xfc::String
replace(size_t char_pos, size_t n_chars, size_t n, gunichar c)Xfc::String
replace(size_t char_pos, size_t n_chars, gunichar c)Xfc::String
replace(size_t char_pos, size_t n_chars1, const gunichar *s, int n_chars2, G::Error *error=0)Xfc::String
replace(iterator first, iterator last, const String &str)Xfc::String
replace(iterator first, iterator last, const char *s, size_t n_chars)Xfc::String
replace(iterator first, iterator last, const char *s)Xfc::String
replace(iterator first, iterator last, size_t n, char c)Xfc::String
replace(iterator first, iterator last, gunichar c)Xfc::String
replace(iterator first1, iterator last1, iterator first2, iterator last2)Xfc::String
reserve(size_t n_bytes=0)Xfc::String
resize(size_t n_bytes)Xfc::String
reverse_iterator typedefXfc::String
rfind(const String &str, size_t byte_pos=npos) const Xfc::String
rfind(const char *s, size_t byte_pos, size_t n_chars) const Xfc::String
rfind(const char *s, size_t byte_pos=npos) const Xfc::String
rfind(char c, size_t byte_pos=npos) const Xfc::String
rfind(gunichar c, size_t byte_pos=npos) const Xfc::String
size() const Xfc::String [inline]
str() const Xfc::String [inline]
String()Xfc::String
String(const String &str)Xfc::String
String(const String &str, size_t char_pos, size_t n_chars=npos)Xfc::String
String(const std::string &str)Xfc::String
String(const std::string &str, size_t n_chars)Xfc::String
String(const char *s, size_t n_chars)Xfc::String
String(const char *s)Xfc::String
String(size_t n, char c)Xfc::String
String(size_t n, gunichar c)Xfc::String
String(const gunichar *s, int n_chars, G::Error *error=0)Xfc::String
String(iterator first, iterator last)Xfc::String
substr(size_t char_pos=0, size_t n_chars=npos) const Xfc::String
swap(String &str)Xfc::String
to_filename(G::Error *error=0) const Xfc::String
to_locale(G::Error *error=0) const Xfc::String
upper()Xfc::String
upper(size_t char_pos, size_t n_bytes=npos)Xfc::String
validate(size_t &byte_pos) const Xfc::String
validate(const_pointer *end=0) const Xfc::String
Xfce Foundation Classes


Copyright © 2004-2005 The XFC Development Team XFC 4.3