BALL
1.4.79
|
Classes | |
class | BALL::String |
class | BALL::Substring::UnboundSubstring |
class | BALL::Substring::InvalidSubstring |
class | BALL::Substring |
Enums and Constants | |
enum | BALL::String::CompareMode { BALL::String::CASE_SENSITIVE = 0, BALL::String::CASE_INSENSITIVE = 1 } |
static const Size | BALL::String::EndPos |
An improved version of STL string.
Constants to set the compare mode. Use one of these constants to set the mode you need. These modes affect all compare methods. As these methods are also used in the implementation of comparison operators, all comparison operations will get affected from a change.
Enumerator | |
---|---|
CASE_SENSITIVE |
Constant to set to case sensitive comparisons (default) |
CASE_INSENSITIVE |
Constant to set to case insensitive comparisons. |