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::String [private, static]
before(const String &s, Index from=0) const BALL::String
CASE_INSENSITIVE enum valueBALL::String
CASE_SENSITIVE enum valueBALL::String
CHARACTER_CLASS__ASCII_ALPHABALL::String [static]
CHARACTER_CLASS__ASCII_ALPHANUMERICBALL::String [static]
CHARACTER_CLASS__ASCII_FLOATBALL::String [static]
CHARACTER_CLASS__ASCII_LOWERBALL::String [static]
CHARACTER_CLASS__ASCII_NUMERICBALL::String [static]
CHARACTER_CLASS__ASCII_UPPERBALL::String [static]
CHARACTER_CLASS__QUOTESBALL::String [static]
CHARACTER_CLASS__WHITESPACEBALL::String [static]
clear()BALL::String [virtual]
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::String [private, static]
compareAscendingly_(const char *a, const char *b)BALL::String [private, static]
compareDescendingly_(const char *a, const char *b)BALL::String [private, static]
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::String [virtual]
decodeBase64()BALL::String
destroy()BALL::String
dump(std::ostream &s=std::cout, Size depth=0) const BALL::String
EMPTYBALL::String [static]
encodeBase64()BALL::String
EndPosBALL::String [static]
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::String [static]
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::String [friend]
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::String [private, static]
instr(const String &pattern, Index from=0) const BALL::String
isAlnum() const BALL::String
isAlnum(char c)BALL::String [static]
isAlpha() const BALL::String
isAlpha(char c)BALL::String [static]
isDigit() const BALL::String
isDigit(char c)BALL::String [static]
isEmpty() const BALL::String
isFloat() const BALL::String
isSpace() const BALL::String
isSpace(char c)BALL::String [static]
isValid() const BALL::String
isWhitespace() const BALL::String
isWhitespace(char c)BALL::String [static]
left(Size len) const BALL::String
operator!=(const String &string) const BALL::String
operator!=(const char *char_ptr, const String &string)BALL::String [friend]
operator!=(const char *char_ptr) const BALL::String
operator!=(char c, const String &string)BALL::String [friend]
operator!=(char c) const BALL::String
operator()(Index from, Size len=EndPos) const BALL::String
operator+(const String &s1, const string &s2)BALL::String [friend]
operator+(const string &s1, const String &s2)BALL::String [friend]
operator+(const String &s1, const String &s2)BALL::String [friend]
operator+(const String &s1, const char *char_ptr)BALL::String [friend]
operator+(const char *char_ptr, const String &s)BALL::String [friend]
operator+(const String &s, char c)BALL::String [friend]
operator+(char c, const String &s)BALL::String [friend]
operator<(const String &string) const BALL::String
operator<(const char *char_ptr, const String &string)BALL::String [friend]
operator<(const char *char_ptr) const BALL::String
operator<(char c, const String &string)BALL::String [friend]
operator<(char c) const BALL::String
operator<=(const String &string) const BALL::String
operator<=(const char *char_ptr, const String &string)BALL::String [friend]
operator<=(const char *char_ptr) const BALL::String
operator<=(char c, const String &string)BALL::String [friend]
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::String [friend]
operator==(const char *char_ptr) const BALL::String
operator==(char c, const String &string)BALL::String [friend]
operator==(char c) const BALL::String
operator>(const String &string) const BALL::String
operator>(const char *char_ptr, const String &string)BALL::String [friend]
operator>(const char *char_ptr) const BALL::String
operator>(char c, const String &string)BALL::String [friend]
operator>(char c) const BALL::String
operator>=(const String &string) const BALL::String
operator>=(const char *char_ptr, const String &string)BALL::String [friend]
operator>=(const char *char_ptr) const BALL::String
operator>=(char c, const String &string)BALL::String [friend]
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::String [static]
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 QString &string)BALL::String [explicit]
String(const QByteArray &string)BALL::String [explicit]
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::String [friend]
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::String [protected, static]
validateIndex_(Index &index) const BALL::String [protected]
validateRange_(Index &from, Size &len) const BALL::String [protected]
valudateCharPtrIndex_(Index &index)BALL::String [protected, static]
~String()BALL::String [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Generated by  doxygen 1.6.3