public inline nothrow String& |
Append(CharT c) |
public String& |
Append(CharT c, long count) |
public inline nothrow String& |
Append(const CharT* that) |
public inline nothrow String& |
Append(const CharT* that, long count) |
public inline nothrow String& |
Append(const String& that) |
private nothrow void |
AppendFrom(const CharT* that, long thatLen) |
public inline nothrow RandomAccessIter<CharT, CharT&, CharT*> |
Begin() |
public inline nothrow RandomAccessIter<CharT, const CharT&, const CharT*> |
Begin() const |
public inline nothrow RandomAccessIter<CharT, const CharT&, const CharT*> |
CBegin() const |
public inline nothrow RandomAccessIter<CharT, const CharT&, const CharT*> |
CEnd() const |
public inline nothrow long |
Capacity() const |
public inline nothrow const CharT* |
Chars() const |
public nothrow void |
Clear() |
private nothrow void |
Deallocate() |
public inline nothrow RandomAccessIter<CharT, CharT&, CharT*> |
End() |
public inline nothrow RandomAccessIter<CharT, const CharT&, const CharT*> |
End() const |
public nothrow bool |
EndsWith(const String& suffix) const |
public inline nothrow long |
Find(CharT x) const |
public inline long |
Find(CharT x, long start) const |
public inline nothrow long |
Find(const String& s) const |
public long |
Find(const String& s, long start) const |
private nothrow void |
Grow(long minRes) |
public void |
Insert(long index, CharT c) |
public void |
Insert(long index, const String& that) |
public inline nothrow bool |
IsEmpty() const |
public inline nothrow long |
Length() const |
public inline nothrow long |
RFind(CharT x) const |
public inline long |
RFind(CharT x, long start) const |
public nothrow long |
RFind(const String& s) const |
public long |
RFind(const String& s, long start) const |
public void |
Remove(long index, long count) |
public nothrow void |
Replace(CharT oldChar, CharT newChar) |
public nothrow void |
Replace(const String& oldString, const String& newString) |
public nothrow void |
Reserve(long minLen) |
public List<String> |
Split(CharT c) |
public List<String> |
Split(const String& s) |
public nothrow bool |
StartsWith(const String& prefix) const |
public nothrow String |
Substring(long start) const |
public nothrow String |
Substring(long start, long length) const |
public inline nothrow void |
operator=(String&& that) |
public nothrow void |
operator=(const String& that) |
public inline CharT& |
operator[](long index) |
public inline CharT |
operator[](long index) const |