public nothrow String<char> |
CharStr(char c) |
public String<uchar> |
CharStr(uchar c) |
public String<wchar> |
CharStr(wchar c) |
public nothrow String<char> |
Format(const String<char>& s, int width) |
public nothrow String<char> |
Format(const String<char>& s, int width, FormatJustify justify) |
public nothrow String<char> |
Format(const String<char>& s, int width, FormatWidth fw) |
public nothrow String<char> |
Format(const String<char>& s, int width, FormatWidth fw, FormatJustify justify) |
public nothrow String<char> |
Format(const String<char>& s, int width, FormatWidth fw, FormatJustify justify, char fillChar) |
public nothrow String<uchar> |
Format(const String<uchar>& s, int width) |
public nothrow String<uchar> |
Format(const String<uchar>& s, int width, FormatJustify justify) |
public nothrow String<uchar> |
Format(const String<uchar>& s, int width, FormatWidth fw) |
public nothrow String<uchar> |
Format(const String<uchar>& s, int width, FormatWidth fw, FormatJustify justify) |
public nothrow String<uchar> |
Format(const String<uchar>& s, int width, FormatWidth fw, FormatJustify justify, char fillChar) |
public nothrow String<char> |
HexEscape(char c) |
public nothrow String<char> |
HexEscape(uchar c) |
public nothrow String<char> |
HexEscape(wchar c) |
public nothrow String<char> |
MakeCharLiteral(char c) |
public nothrow String<char> |
MakeStringLiteral(const String<char>& s) |
public String<uchar> |
MakeStringLiteral(const String<uchar>& s) |
public nothrow String<char> |
StringStr(const String<char>& s) |
public String<uchar> |
StringStr(const String<uchar>& s) |
public nothrow String<char> |
Trim(const String<char>& s) |
public String<uchar> |
Trim(const String<uchar>& s) |
public String<wchar> |
Trim(const String<wchar>& s) |
public String<char> |
TrimAll(const String<char>& s) |
public String<uchar> |
TrimAll(const String<uchar>& s) |
public String<wchar> |
TrimAll(const String<wchar>& s) |
public CodeFormatter& |
operator<<(CodeFormatter& formatter, char c) |
public CodeFormatter& |
operator<<(CodeFormatter& formatter, const Endl&) |
public CodeFormatter& |
operator<<(CodeFormatter& formatter, const String<char>& s) |
public CodeFormatter& |
operator<<(CodeFormatter& formatter, const char* s) |
public CodeFormatter& |
operator<<(CodeFormatter& formatter, long x) |
public CodeFormatter& |
operator<<(CodeFormatter& formatter, uchar c) |
public CodeFormatter& |
operator<<(CodeFormatter& formatter, ulong x) |
public CodeFormatter& |
operator<<(CodeFormatter& formatter, wchar c) |