Xbase64 Class Library  3.1.2
Classes | Functions
xbstring.h File Reference
#include <xbase64/xbconfig.h>
#include <stdlib.h>
#include <iostream>

Go to the source code of this file.

Classes

class  xbString
 xbString class More...
 

Functions

XBDLLEXPORT xbString operator- (const xbString &s1, const xbString &s2)
 Short description. More...
 
XBDLLEXPORT xbString operator+ (const xbString &s1, const xbString &s2)
 Short description. More...
 
XBDLLEXPORT xbString operator+ (const xbString &s1, const char *s2)
 Short description. More...
 
XBDLLEXPORT xbString operator+ (const char *s1, const xbString &s2)
 Short description. More...
 
XBDLLEXPORT xbString operator+ (const xbString &s1, char c2)
 Short description. More...
 
XBDLLEXPORT xbString operator+ (char c1, const xbString &s2)
 Short description. More...
 
XBDLLEXPORT xbBool operator== (const xbString &s1, const char *s2)
 Short description. More...
 
XBDLLEXPORT xbBool operator!= (const xbString &s1, const char *s2)
 Short description. More...
 

Function Documentation

◆ operator!=()

XBDLLEXPORT xbBool operator!= ( const xbString s1,
const char *  s2 
)

Short description.

◆ operator+() [1/5]

XBDLLEXPORT xbString operator+ ( const xbString s1,
const xbString s2 
)

Short description.

◆ operator+() [2/5]

XBDLLEXPORT xbString operator+ ( const xbString s1,
const char *  s2 
)

Short description.

◆ operator+() [3/5]

XBDLLEXPORT xbString operator+ ( const char *  s1,
const xbString s2 
)

Short description.

◆ operator+() [4/5]

XBDLLEXPORT xbString operator+ ( const xbString s1,
char  c2 
)

Short description.

◆ operator+() [5/5]

XBDLLEXPORT xbString operator+ ( char  c1,
const xbString s2 
)

Short description.

◆ operator-()

XBDLLEXPORT xbString operator- ( const xbString s1,
const xbString s2 
)

Short description.

◆ operator==()

XBDLLEXPORT xbBool operator== ( const xbString s1,
const char *  s2 
)

Short description.