after(const String &s, Index from=0) const |
BALL::String |
|
before(const String &s, Index from=0) const |
BALL::String |
|
CASE_INSENSITIVE enum value |
BALL::String |
|
CASE_SENSITIVE enum value |
BALL::String |
|
CHARACTER_CLASS__ASCII_ALPHA |
BALL::String |
[static] |
CHARACTER_CLASS__ASCII_ALPHANUMERIC |
BALL::String |
[static] |
CHARACTER_CLASS__ASCII_FLOAT |
BALL::String |
[static] |
CHARACTER_CLASS__ASCII_LOWER |
BALL::String |
[static] |
CHARACTER_CLASS__ASCII_NUMERIC |
BALL::String |
[static] |
CHARACTER_CLASS__ASCII_UPPER |
BALL::String |
[static] |
CHARACTER_CLASS__QUOTES |
BALL::String |
[static] |
CHARACTER_CLASS__WHITESPACE |
BALL::String |
[static] |
clear() |
BALL::String |
[virtual] |
compare(const String &string, Index from=0)
const (defined in BALL::String) |
BALL::String |
|
compare(const String &string, Index from,
Size len) const (defined in BALL::String) |
BALL::String |
|
compare(const char *char_ptr, Index from=0)
const (defined in BALL::String) |
BALL::String |
|
compare(const char *char_ptr, Index from, Size
len) const (defined in BALL::String) |
BALL::String |
|
compare(char c, Index from=0) const (defined in
BALL::String) |
BALL::String |
|
CompareMode enum name |
BALL::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
(defined in BALL::String) |
BALL::String |
[virtual] |
decodeBase64() |
BALL::String |
|
destroy() |
BALL::String |
|
dump(std::ostream &s=std::cout, Size
depth=0) const (defined in BALL::String) |
BALL::String |
|
EMPTY |
BALL::String |
[static] |
encodeBase64() |
BALL::String |
|
EndPos |
BALL::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') (defined in BALL::String) |
BALL::String |
|
getline (defined in BALL::String) |
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 |
|
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 (defined in BALL::String) |
BALL::String |
|
isWhitespace() const |
BALL::String |
|
isWhitespace(char c) |
BALL::String |
[static] |
left(Size len) const |
BALL::String |
|
operator!=(const String &string) const
(defined in BALL::String) |
BALL::String |
|
operator!= (defined in BALL::String) |
BALL::String |
[friend] |
operator!=(const char *char_ptr) const (defined
in BALL::String) |
BALL::String |
|
operator!= (defined in BALL::String) |
BALL::String |
[friend] |
operator!=(char c) const (defined in BALL::String) |
BALL::String |
|
operator()(Index from, Size len=EndPos) const |
BALL::String |
|
operator+(const string &string) const |
BALL::String |
|
operator+(const char *char_ptr) const |
BALL::String |
|
operator+(char c) const |
BALL::String |
|
operator+(const char *char_ptr, const String
&s) |
BALL::String |
[friend] |
operator+(char c, const String &s) |
BALL::String |
[friend] |
operator<(const String &string) const
(defined in BALL::String) |
BALL::String |
|
operator< (defined in BALL::String) |
BALL::String |
[friend] |
operator<(const char *char_ptr) const
(defined in BALL::String) |
BALL::String |
|
operator< (defined in BALL::String) |
BALL::String |
[friend] |
operator<(char c) const (defined in BALL::String) |
BALL::String |
|
operator<=(const String &string) const
(defined in BALL::String) |
BALL::String |
|
operator<= (defined in BALL::String) |
BALL::String |
[friend] |
operator<=(const char *char_ptr) const
(defined in BALL::String) |
BALL::String |
|
operator<= (defined in BALL::String) |
BALL::String |
[friend] |
operator<=(char c) const (defined in
BALL::String) |
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
(defined in BALL::String) |
BALL::String |
|
operator== (defined in BALL::String) |
BALL::String |
[friend] |
operator==(const char *char_ptr) const (defined
in BALL::String) |
BALL::String |
|
operator== (defined in BALL::String) |
BALL::String |
[friend] |
operator==(char c) const (defined in BALL::String) |
BALL::String |
|
operator>(const String &string) const
(defined in BALL::String) |
BALL::String |
|
operator> (defined in BALL::String) |
BALL::String |
[friend] |
operator>(const char *char_ptr) const
(defined in BALL::String) |
BALL::String |
|
operator> (defined in BALL::String) |
BALL::String |
[friend] |
operator>(char c) const (defined in BALL::String) |
BALL::String |
|
operator>=(const String &string) const
(defined in BALL::String) |
BALL::String |
|
operator>= (defined in BALL::String) |
BALL::String |
[friend] |
operator>=(const char *char_ptr) const
(defined in BALL::String) |
BALL::String |
|
operator>= (defined in BALL::String) |
BALL::String |
[friend] |
operator>=(char c) const (defined in
BALL::String) |
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 string &string) |
BALL::String |
|
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 (defined in BALL::String) |
BALL::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) (defined in BALL::String) |
BALL::String |
[protected, static] |
validateIndex_(Index &index) const (defined
in BALL::String) |
BALL::String |
[protected] |
validateRange_(Index &from, Size &len)
const (defined in BALL::String) |
BALL::String |
[protected] |
valudateCharPtrIndex_(Index &index) (defined
in BALL::String) |
BALL::String |
[protected, static] |
~String() |
BALL::String |
[virtual] |