v0.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Pages
CGUL::String Member List

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

BeginsWith(const String &string) const CGUL::String
Contains(const String &string) const CGUL::String
Count(const String &string) const (defined in CGUL::String)CGUL::String
EndsWith(const String &string) const CGUL::String
Explode(const String &delimiter, FixedList< String > *debris) const (defined in CGUL::String)CGUL::String
Explode(const String &delimiter, Size limit, FixedList< String > *debris) const (defined in CGUL::String)CGUL::String
FindFirstOf(const String &string, Size offset=0) const CGUL::String
FindFirstOf(const Regex &expression, Size offset=0) const (defined in CGUL::String)CGUL::String
FindLastOf(const String &string, Size offset=0) const CGUL::String
FindLastOf(const Regex &expression, Size offset=0) const (defined in CGUL::String)CGUL::String
Format(const char *str,...) (defined in CGUL::String)CGUL::Stringstatic
From(Type value) (defined in CGUL::String)CGUL::Stringstatic
From(Type value) (defined in CGUL::String)CGUL::String
FromCodePoint(UInt32 codePoint) (defined in CGUL::String)CGUL::Stringstatic
GetByte(Size position) const CGUL::String
GetChar(Size position) const CGUL::String
GetCodePoint(Size start, UInt32 *codePoint) const CGUL::String
GetCString() const CGUL::String
GetData() const CGUL::String
GetLength() const CGUL::String
GetLower() const CGUL::String
GetSize() const CGUL::String
GetUpper() const CGUL::String
Is() const CGUL::String
IsEmpty() const CGUL::String
IsNull() const CGUL::String
none (defined in CGUL::String)CGUL::Stringstatic
operator!=(const String &operand) const CGUL::String
operator+(const T &operand) const CGUL::String
operator+(const T &operand) const CGUL::String
operator+=(const T &operand)CGUL::String
operator+=(const T &operand)CGUL::String
operator<(const String &operand) const CGUL::String
operator<< (defined in CGUL::String)CGUL::Stringfriend
operator=(const char *operand)CGUL::String
operator=(const String &operand)CGUL::String
operator==(const String &operand) const CGUL::String
operator[](Size operand)CGUL::String
operator[](Size operand) const CGUL::String
RemoveWhitespace()CGUL::String
Set(const char *str)CGUL::String
Set(const String &str)CGUL::String
SetEmptyToNull()CGUL::String
SetFormat(const char *str,...)CGUL::String
SetNullToEmpty()CGUL::String
String()CGUL::String
String(const String &copy)CGUL::String
String(const char *data)CGUL::String
String(const std::string &data)CGUL::String
SubString(Size offset, Size count=none, bool bytes=false) const CGUL::String
To() const CGUL::String
To(const T &fallback) const CGUL::String
ToLower()CGUL::String
ToUpper()CGUL::String
Trim()CGUL::String
TrimEnd()CGUL::String
TrimStart()CGUL::String