BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
BALL::String Member List

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

after(const String &s, Index from=0) const BALL::String
B64Chars_BALL::Stringprivatestatic
before(const String &s, Index from=0) const BALL::String
CASE_INSENSITIVE enum valueBALL::String
CASE_SENSITIVE enum valueBALL::String
CHARACTER_CLASS__ASCII_ALPHABALL::Stringstatic
CHARACTER_CLASS__ASCII_ALPHANUMERICBALL::Stringstatic
CHARACTER_CLASS__ASCII_FLOATBALL::Stringstatic
CHARACTER_CLASS__ASCII_LOWERBALL::Stringstatic
CHARACTER_CLASS__ASCII_NUMERICBALL::Stringstatic
CHARACTER_CLASS__ASCII_UPPERBALL::Stringstatic
CHARACTER_CLASS__QUOTESBALL::Stringstatic
CHARACTER_CLASS__WHITESPACEBALL::Stringstatic
clear()BALL::Stringvirtual
compare(const String &string, Index from=0) const BALL::String
compare(const String &string, Index from, Size len) const BALL::String
compare(const char *char_ptr, Index from=0) const BALL::String
compare(const char *char_ptr, Index from, Size len) const BALL::String
compare(char c, Index from=0) const BALL::String
compare_mode_BALL::Stringprivatestatic
compareAscendingly_(const char *a, const char *b)BALL::Stringprivatestatic
compareDescendingly_(const char *a, const char *b)BALL::Stringprivatestatic
CompareMode enum nameBALL::String
countFields(const char *delimiters=CHARACTER_CLASS__WHITESPACE) const BALL::String
countFieldsQuoted(const char *delimiters=CHARACTER_CLASS__WHITESPACE, const char *quotes=CHARACTER_CLASS__QUOTES) const BALL::String
create(bool=true, bool empty=false) const BALL::Stringvirtual
decodeBase64()BALL::String
destroy()BALL::String
dump(std::ostream &s=std::cout, Size depth=0) const BALL::String
EMPTYBALL::Stringstatic
encodeBase64()BALL::String
EndPosBALL::Stringstatic
from(const String &s, Index from=0) const BALL::String
get(char *char_ptr, Index from=0, Size len=EndPos) const BALL::String
getCompareMode()BALL::Stringstatic
getField(Index index, const char *delimiters=CHARACTER_CLASS__WHITESPACE, Index *from=0) const BALL::String
getFieldQuoted(Index index, const char *delimiters=CHARACTER_CLASS__WHITESPACE, const char *quotes=CHARACTER_CLASS__QUOTES, Index *from=0) const BALL::String
getline(std::istream &s=std::cin, char delimiter= '\n')BALL::String
getline(std::istream &s, String &string, char delimiter= '\n')BALL::Stringfriend
getSubstring(Index from=0, Size len=EndPos) const BALL::String
has(char c) const BALL::String
hasPrefix(const String &s) const BALL::String
hasSubstring(const String &s, Index from=0) const BALL::String
hasSuffix(const String &s) const BALL::String
Index_64_BALL::Stringprivatestatic
instr(const String &pattern, Index from=0) const BALL::String
isAlnum() const BALL::String
isAlnum(char c)BALL::Stringstatic
isAlpha() const BALL::String
isAlpha(char c)BALL::Stringstatic
isDigit() const BALL::String
isDigit(char c)BALL::Stringstatic
isEmpty() const BALL::String
isFloat() const BALL::String
isSpace() const BALL::String
isSpace(char c)BALL::Stringstatic
isValid() const BALL::String
isWhitespace() const BALL::String
isWhitespace(char c)BALL::Stringstatic
left(Size len) const BALL::String
operator!=(const String &string) const BALL::String
operator!=(const char *char_ptr, const String &string)BALL::Stringfriend
operator!=(const char *char_ptr) const BALL::String
operator!=(char c, const String &string)BALL::Stringfriend
operator!=(char c) const BALL::String
operator()(Index from, Size len=EndPos) const BALL::String
operator+(const String &s1, const string &s2)BALL::Stringfriend
operator+(const string &s1, const String &s2)BALL::Stringfriend
operator+(const String &s1, const String &s2)BALL::Stringfriend
operator+(const String &s1, const char *char_ptr)BALL::Stringfriend
operator+(const char *char_ptr, const String &s)BALL::Stringfriend
operator+(const String &s, char c)BALL::Stringfriend
operator+(char c, const String &s)BALL::Stringfriend
operator<(const String &string) const BALL::String
operator<(const char *char_ptr, const String &string)BALL::Stringfriend
operator<(const char *char_ptr) const BALL::String
operator<(char c, const String &string)BALL::Stringfriend
operator<(char c) const BALL::String
operator<=(const String &string) const BALL::String
operator<=(const char *char_ptr, const String &string)BALL::Stringfriend
operator<=(const char *char_ptr) const BALL::String
operator<=(char c, const String &string)BALL::Stringfriend
operator<=(char c) const BALL::String
operator=(const String &s)BALL::String
operator=(const char *pc)BALL::String
operator=(std::strstream &s)BALL::String
operator=(char c)BALL::String
operator=(unsigned char uc)BALL::String
operator=(short s)BALL::String
operator=(unsigned short us)BALL::String
operator=(int i)BALL::String
operator=(unsigned int ui)BALL::String
operator=(long l)BALL::String
operator=(unsigned long ul)BALL::String
operator=(float f)BALL::String
operator=(double d)BALL::String
operator==(const String &string) const BALL::String
operator==(const char *char_ptr, const String &string)BALL::Stringfriend
operator==(const char *char_ptr) const BALL::String
operator==(char c, const String &string)BALL::Stringfriend
operator==(char c) const BALL::String
operator>(const String &string) const BALL::String
operator>(const char *char_ptr, const String &string)BALL::Stringfriend
operator>(const char *char_ptr) const BALL::String
operator>(char c, const String &string)BALL::Stringfriend
operator>(char c) const BALL::String
operator>=(const String &string) const BALL::String
operator>=(const char *char_ptr, const String &string)BALL::Stringfriend
operator>=(const char *char_ptr) const BALL::String
operator>=(char c, const String &string)BALL::Stringfriend
operator>=(char c) const BALL::String
reverse(Index from=0, Size len=EndPos)BALL::String
right(Size len) const BALL::String
set(const String &s)BALL::String
set(const String &string, Index from, Size len=EndPos)BALL::String
set(const char *char_ptr, Index from=0, Size len=EndPos)BALL::String
set(Size buffer_size, const char *format,...)BALL::String
set(std::strstream &s)BALL::String
set(char c, Size len=1)BALL::String
set(unsigned char uc)BALL::String
set(short s)BALL::String
set(unsigned short us)BALL::String
set(int i)BALL::String
set(unsigned int ui)BALL::String
set(long l)BALL::String
set(unsigned long ul)BALL::String
set(float f)BALL::String
set(double d)BALL::String
setCompareMode(CompareMode compare_mode)BALL::Stringstatic
split(String string_array[], Size array_size, const char *delimiters=CHARACTER_CLASS__WHITESPACE, Index from=0) const BALL::String
split(std::vector< String > &strings, const char *delimiters=CHARACTER_CLASS__WHITESPACE, Index from=0) const BALL::String
splitQuoted(std::vector< String > &strings, const char *delimiters=CHARACTER_CLASS__WHITESPACE, const char *quotes=CHARACTER_CLASS__QUOTES, Index from=0) const BALL::String
String()BALL::String
String(const string &string)BALL::String
String(const String &s)BALL::String
String(const QString &string)BALL::Stringexplicit
String(const QByteArray &string)BALL::Stringexplicit
String(const String &s, Index from, Size len=EndPos)BALL::String
String(const char *char_ptr, Index from=0, Size len=EndPos)BALL::String
String(Size buffer_size, const char *format,...)BALL::String
String(std::strstream &s)BALL::String
String(const char c, Size len=1)BALL::String
String(const unsigned char uc)BALL::String
String(short s)BALL::String
String(unsigned short us)BALL::String
String(int i)BALL::String
String(unsigned int ui)BALL::String
String(long l)BALL::String
String(unsigned long)BALL::String
String(float f)BALL::String
String(double d)BALL::String
substitute(const String &to_replace, const String &replacing)BALL::String
Substring classBALL::Stringfriend
swap(String &s)BALL::String
through(const String &s, Index from=0) const BALL::String
toBool() const BALL::String
toChar() const BALL::String
toDouble() const BALL::String
toFloat() const BALL::String
toInt() const BALL::String
toLong() const BALL::String
toLower(Index from=0, Size len=EndPos)BALL::String
toShort() const BALL::String
toUnsignedChar() const BALL::String
toUnsignedInt() const BALL::String
toUnsignedLong() const BALL::String
toUnsignedShort() const BALL::String
toUpper(Index from=0, Size len=EndPos)BALL::String
trim(const char *trimmed=CHARACTER_CLASS__WHITESPACE)BALL::String
trim(const char *trimmed=CHARACTER_CLASS__WHITESPACE) const BALL::String
trimLeft(const char *trimmed=CHARACTER_CLASS__WHITESPACE)BALL::String
trimRight(const char *trimmed=CHARACTER_CLASS__WHITESPACE)BALL::String
truncate(Size size)BALL::String
validateCharPtrRange_(Index &from, Size &len, const char *char_ptr)BALL::Stringprotectedstatic
validateIndex_(Index &index) const BALL::Stringprotected
validateRange_(Index &from, Size &len) const BALL::Stringprotected
valudateCharPtrIndex_(Index &index)BALL::Stringprotectedstatic
~String()BALL::Stringvirtual