#include <xbase/xbconfig.h>
#include <stdlib.h>
#include <iostream>
Go to the source code of this file.
|
bool | operator== (const xbString &s1, const char *s2) |
| Short description. More...
|
|
bool | operator!= (const xbString &s1, const char *s2) |
| Short description. More...
|
|
bool | operator== (const xbString &s1, char s2) |
|
bool | operator!= (const xbString &s1, char s2) |
|
xbString | operator+ (const xbString &s1, const xbString &s2) |
| Short description. More...
|
|
xbString | operator+ (const xbString &s1, const char *s2) |
| Short description. More...
|
|
xbString | operator+ (const char *s1, const xbString &s2) |
| Short description. More...
|
|
xbString | operator+ (const xbString &s1, char c2) |
| Short description. More...
|
|
xbString | operator+ (char c1, const xbString &s2) |
| Short description. More...
|
|
xbString | operator- (const xbString &s1, const xbString &s2) |
| Short description. More...
|
|
bool operator!= |
( |
const xbString & |
s1, |
|
|
const char * |
s2 |
|
) |
| |
bool operator!= |
( |
const xbString & |
s1, |
|
|
char |
s2 |
|
) |
| |
bool operator== |
( |
const xbString & |
s1, |
|
|
const char * |
s2 |
|
) |
| |
bool operator== |
( |
const xbString & |
s1, |
|
|
char |
s2 |
|
) |
| |