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