String Member List

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

append(const Pt::Char *str)String
append(const Pt::Char *str, size_type n)String
append(size_type n, Pt::Char ch)String
append(const String &str)String
append(const String &str, size_type pos, size_type n)String
append(const Pt::Char *begin, const Pt::Char *end)String
assign(const String &str)String
assign(const String &str, size_type pos, size_type n)String
assign(const wchar_t *str)String
assign(const wchar_t *str, size_type n)String
assign(const Pt::Char *str)String
assign(const Pt::Char *str, size_type length)String
assign(const char *str)String
assign(const char *str, size_type length)String
assign(size_type n, Pt::Char c)String
at(size_type n)String
at(size_type n) constString
begin()String
begin() constString
c_str() constString
capacity() constString
clear()String
compare(const String &str) constString
compare(const Pt::Char *str) constString
compare(const Pt::Char *str, size_type n) constString
compare(const wchar_t *str) constString
compare(const wchar_t *str, size_type n) constString
compare(const char *str) constString
compare(const char *str, size_type n) constString
compare(size_type pos, size_type n, const String &str) constString
compare(size_type pos, size_type n, const String &str, size_type pos2, size_type n2) constString
compare(size_type pos, size_type n, const Pt::Char *str) constString
compare(size_type pos, size_type n, const Pt::Char *str, size_type n2) constString
copy(Pt::Char *a, size_type n, size_type pos=0) constString
data() constString
empty() constString
end()String
end() constString
erase(size_type pos=0, size_type n=npos)String
erase(iterator pos)String
erase(iterator first, iterator last)String
find(const String &str, size_type pos=0) constString
find(const Pt::Char *str, size_type pos, size_type n) constString
find(const Pt::Char *str, size_type pos=0) constString
find(Pt::Char ch, size_type pos=0) constString
find_first_not_of(const String &str, size_type pos=0) constString
find_first_not_of(const Pt::Char *s, size_type pos, size_type n) constString
find_first_not_of(const Pt::Char *str, size_type pos=0) constString
find_first_not_of(const Pt::Char ch, size_type pos=0) constString
find_first_of(const String &str, size_type pos=0) constString
find_first_of(const Pt::Char *s, size_type pos, size_type n) constString
find_first_of(const Pt::Char *str, size_type pos=0) constString
find_first_of(const Pt::Char ch, size_type pos=0) constString
find_last_not_of(const String &str, size_type pos=npos) constString
find_last_not_of(const Pt::Char *tok, size_type pos, size_type n) constString
find_last_not_of(const Pt::Char *str, size_type pos=npos) constString
find_last_not_of(Pt::Char ch, size_type pos=npos) constString
find_last_of(const String &str, size_type pos=npos) constString
find_last_of(const Pt::Char *s, size_type pos, size_type n) constString
find_last_of(const Pt::Char *str, size_type pos=npos) constString
find_last_of(const Pt::Char ch, size_type pos=npos) constString
fromUtf16(InIterT from, InIterT fromEnd)Stringstatic
get_allocator() constString
insert(size_type pos, const Pt::Char *str)String
insert(size_type pos, const Pt::Char *str, size_type n)String
insert(size_type pos, size_type n, Pt::Char ch)String
insert(size_type pos, const String &str)String
insert(size_type pos, const String &str, size_type pos2, size_type n)String
insert(iterator p, Pt::Char ch)String
insert(iterator p, size_type n, Pt::Char ch)String
length() constString
max_size() constString
narrow(char dfault='?') constString
operator!=(const String &a, const String &b)Stringrelated
operator!=(const Pt::Char *a, const String &b)Stringrelated
operator!=(const String &a, const Pt::Char *b)Stringrelated
operator!=(const String &a, const wchar_t *b)Stringrelated
operator!=(const wchar_t *b, const String &a)Stringrelated
operator!=(const String &a, const char *b)Stringrelated
operator!=(const char *b, const String &a)Stringrelated
operator+(const String &a, const String &b)Stringrelated
operator+(const String &a, const Pt::Char *b)Stringrelated
operator+(const Pt::Char *a, const String &b)Stringrelated
operator+(const String &a, Pt::Char b)Stringrelated
operator+(Pt::Char a, const String &b)Stringrelated
operator+=(const String &str)String
operator+=(const Pt::Char *str)String
operator+=(Pt::Char c)String
operator<(const String &a, const String &b)Stringrelated
operator<(const Pt::Char *a, const String &b)Stringrelated
operator<(const String &a, const Pt::Char *b)Stringrelated
operator<(const String &a, const wchar_t *b)Stringrelated
operator<(const wchar_t *b, const String &a)Stringrelated
operator<(const String &a, const char *b)Stringrelated
operator<(const char *b, const String &a)Stringrelated
operator<<(ostream &out, const String &str)Stringrelated
operator<=(const String &a, const String &b)Stringrelated
operator<=(const Pt::Char *a, const String &b)Stringrelated
operator<=(const String &a, const Pt::Char *b)Stringrelated
operator<=(const String &a, const wchar_t *b)Stringrelated
operator<=(const wchar_t *b, const String &a)Stringrelated
operator<=(const String &a, const char *b)Stringrelated
operator<=(const char *b, const String &a)Stringrelated
operator=(const String &str)String
operator=(const wchar_t *str)String
operator=(const char *str)String
operator=(const Pt::Char *str)String
operator=(Pt::Char ch)String
operator==(const String &a, const String &b)Stringrelated
operator==(const Pt::Char *a, const String &b)Stringrelated
operator==(const String &a, const Pt::Char *b)Stringrelated
operator==(const String &a, const wchar_t *b)Stringrelated
operator==(const wchar_t *b, const String &a)Stringrelated
operator==(const String &a, const char *b)Stringrelated
operator==(const char *b, const String &a)Stringrelated
operator>(const String &a, const String &b)Stringrelated
operator>(const Pt::Char *a, const String &b)Stringrelated
operator>(const String &a, const Pt::Char *b)Stringrelated
operator>(const String &a, const wchar_t *b)Stringrelated
operator>(const wchar_t *b, const String &a)Stringrelated
operator>(const String &a, const char *b)Stringrelated
operator>(const char *b, const String &a)Stringrelated
operator>=(const String &a, const String &b)Stringrelated
operator>=(const Pt::Char *a, const String &b)Stringrelated
operator>=(const String &a, const Pt::Char *b)Stringrelated
operator>=(const String &a, const wchar_t *b)Stringrelated
operator>=(const wchar_t *b, const String &a)Stringrelated
operator>=(const String &a, const char *b)Stringrelated
operator>=(const char *b, const String &a)Stringrelated
operator[](size_type n)String
operator[](size_type n) constString
push_back(Pt::Char ch)String
rbegin()String
rbegin() constString
rend()String
rend() constString
replace(size_type pos, size_type n, const Pt::Char *str)String
replace(size_type pos, size_type n, const Pt::Char *str, size_type n2)String
replace(size_type pos, size_type n, size_type n2, Pt::Char ch)String
replace(size_type pos, size_type n, const String &str)String
replace(size_type pos, size_type n, const String &str, size_type pos2, size_type n2)String
replace(iterator i1, iterator i2, const Pt::Char *str)String
replace(iterator i1, iterator i2, const Pt::Char *str, size_type n)String
replace(iterator i1, iterator i2, size_type n, Pt::Char ch)String
replace(iterator i1, iterator i2, const String &str)String
reserve(std::size_t n=0)String
resize(std::size_t n, Pt::Char ch=value_type())String
rfind(const String &str, size_type pos=npos) constString
rfind(const Pt::Char *str, size_type pos, size_type n) constString
rfind(const Pt::Char *str, size_type pos=npos) constString
rfind(Pt::Char ch, size_type pos=npos) constString
size() constString
String(const allocator_type &a=allocator_type())Stringexplicit
String(const Pt::Char *str, const allocator_type &a=allocator_type())String
String(const Pt::Char *str, size_type n, const allocator_type &a=allocator_type())String
String(const wchar_t *str, const allocator_type &a=allocator_type())String
String(const wchar_t *str, size_type n, const allocator_type &a=allocator_type())String
String(const char *str, const allocator_type &a=allocator_type())String
String(const char *str, size_type n, const allocator_type &a=allocator_type())String
String(size_type n, Pt::Char c, const allocator_type &a=allocator_type())String
String(const String &str)String
String(const String &str, const allocator_type &a)String
String(const String &str, size_type pos, size_type n=npos, const allocator_type &a=allocator_type())String
String(const Pt::Char *begin, const Pt::Char *end, const allocator_type &a=allocator_type())String
substr(size_type pos=0, size_type n=npos) constString
swap(String &str)String
swap(String &a, String &b)Stringrelated
toUtf16(OutIterT to) constString
widen(const char *str)Stringstatic
widen(const std::string &str)Stringstatic
~String()String