Classes | Functions
String.h File Reference

Defines the BString class and global operators and functions for handling strings. More...

Classes

class  BString
 String class supporting common string operations. More...

Functions

int Compare (const BString &a, const BString &b)
 Lexicographically compare two strings.
int Compare (const BString *a, const BString *b)
 Lexicographically compare two strings.
int ICompare (const BString &a, const BString &b)
 Lexicographically compare two strings case-insensitively.
int ICompare (const BString *a, const BString *b)
 Lexicographically compare two strings case-insensitively.
bool operator!= (const char *a, const BString &b)
 Lexicographically compare if a is not equal to given BString.
bool operator< (const char *a, const BString &b)
 Lexicographically compare if a is less than a given BString.
bool operator<= (const char *a, const BString &b)
 Lexicographically compare if a is less than or equal to a given BString.
bool operator== (const char *a, const BString &b)
 Lexicographically compare if a is equal to a given BString.
bool operator> (const char *a, const BString &b)
 Lexicographically compare if a is more than a given BString.
bool operator>= (const char *a, const BString &b)
 Lexicographically compare if a is more than or equal to a given BString.

Detailed Description

Defines the BString class and global operators and functions for handling strings.


The Haiku Book pre-R1 - String.h File Reference
Generated on Fri May 24 2013 by Doxygen 1.7.5.1