My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::util::String Member List

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

atEnd() (defined in gcp::util::String)gcp::util::String
contains(char target)gcp::util::String
contains(std::string s) (defined in gcp::util::String)gcp::util::String
emptyString_ (defined in gcp::util::String)gcp::util::Stringstatic
findFirstInstanceOf(std::string start, bool useStart, std::string stop, bool useStop) (defined in gcp::util::String)gcp::util::String
findFirstInstanceOf(std::string start, std::string stop) (defined in gcp::util::String)gcp::util::String
findFirstInstanceOf(std::string stop) (defined in gcp::util::String)gcp::util::String
findNextInstanceOf(std::string start, bool useStart, std::string stop, bool useStop, bool consumeStop=false)gcp::util::String
findNextInstanceOf(std::string start, std::string stop) (defined in gcp::util::String)gcp::util::String
findNextInstanceOf(std::string stop) (defined in gcp::util::String)gcp::util::String
findNextString() (defined in gcp::util::String)gcp::util::String
findNextStringSeparatedByChars(std::string separators, bool matchEndOfString=true)gcp::util::String
initialize() (defined in gcp::util::String)gcp::util::String
isEmpty() (defined in gcp::util::String)gcp::util::String
matches(unsigned char c, std::string matchSet) (defined in gcp::util::String)gcp::util::String
operator!=(String str) (defined in gcp::util::String)gcp::util::String
operator<(String &str) (defined in gcp::util::String)gcp::util::String
operator<<(std::ostream &os, String str)gcp::util::Stringfriend
operator=(const std::string &str)gcp::util::String
operator=(const String str) (defined in gcp::util::String)gcp::util::String
operator==(String str) (defined in gcp::util::String)gcp::util::String
operator[](unsigned int index) (defined in gcp::util::String)gcp::util::String
replace(char stripChar, char replaceChar)gcp::util::String
replace(std::string &targetStr, char stripChar, char replaceChar)gcp::util::Stringstatic
resetToBeginning() (defined in gcp::util::String)gcp::util::String
size() (defined in gcp::util::String)gcp::util::String
str() (defined in gcp::util::String)gcp::util::Stringinline
String()gcp::util::String
String(unsigned int) (defined in gcp::util::String)gcp::util::String
String(const std::string &str) (defined in gcp::util::String)gcp::util::String
strip(std::string &targetStr, const std::string &stripStr)gcp::util::Stringstatic
strip(std::string &targetStr, char stripChar)gcp::util::Stringstatic
strip(const std::string &stripStr)gcp::util::String
strip(char stripChar)gcp::util::String
toDouble() (defined in gcp::util::String)gcp::util::String
toFloat() (defined in gcp::util::String)gcp::util::String
toInt() (defined in gcp::util::String)gcp::util::String
toLower() (defined in gcp::util::String)gcp::util::String
toUpper() (defined in gcp::util::String)gcp::util::String
whiteSpace_ (defined in gcp::util::String)gcp::util::Stringstatic
~String()gcp::util::Stringvirtual