Xbase64 Class Library
3.1.2
|
#include <xbase64/xbconfig.h>
#include <xbase64/xbase64.h>
#include <stdlib.h>
#include <stdio.h>
#include <xbase64/xbstring.h>
Functions | |
XBDLLEXPORT xbBool | operator== (const xbString &s1, const char *s2) |
Short description. More... | |
XBDLLEXPORT xbBool | operator!= (const xbString &s1, const char *s2) |
Short description. More... | |
XBDLLEXPORT std::ostream & | operator<< (std::ostream &os, const xbString &xbs) |
Short description. More... | |
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.
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 xbString operator- | ( | const xbString & | s1, |
const xbString & | s2 | ||
) |
Short description.
XBDLLEXPORT std::ostream& operator<< | ( | std::ostream & | os, |
const xbString & | xbs | ||
) |
Short description.
XBDLLEXPORT xbBool operator== | ( | const xbString & | s1, |
const char * | s2 | ||
) |
Short description.