xbString class
More...
#include <xbstring.h>
|
| void | ctor (const char *s) |
| | Short description.
|
| |
| void | ctor (const char *s, size_t maxlen) |
| | Short description.
|
| |
| xbString::xbString |
( |
size_t |
size | ) |
|
Short description.
- Parameters
-
| xbString::xbString |
( |
char |
c | ) |
|
Short description.
- Parameters
-
| xbString::xbString |
( |
const char * |
s | ) |
|
Short description.
- Parameters
-
| xbString::xbString |
( |
const char * |
s, |
|
|
size_t |
maxlen |
|
) |
| |
Short description.
- Parameters
-
| xbString::xbString |
( |
const xbString & |
s | ) |
|
Short description.
- Parameters
-
Short description.
- Parameters
-
| xbString & xbString::assign |
( |
char * |
str, |
|
|
int |
n |
|
) |
| |
Short description.
- Parameters
-
| const char * xbString::c_str |
( |
| ) |
const |
| bool xbString::compare |
( |
char |
s | ) |
|
| bool xbString::compare |
( |
const char * |
s | ) |
|
| void xbString::ctor |
( |
const char * |
s | ) |
|
|
protected |
Short description.
- Parameters
-
| void xbString::ctor |
( |
const char * |
s, |
|
|
size_t |
maxlen |
|
) |
| |
|
protected |
Short description.
- Parameters
-
| char xbString::getCharacter |
( |
int |
n | ) |
const |
|
inline |
| const char * xbString::getData |
( |
| ) |
const |
| bool xbString::isEmpty |
( |
| ) |
const |
| bool xbString::isNull |
( |
| ) |
const |
| size_t xbString::len |
( |
| ) |
const |
| size_t xbString::length |
( |
| ) |
const |
| xbString xbString::mid |
( |
size_t |
pos = 0, |
|
|
int |
n = npos |
|
) |
| const |
Short description.
- Parameters
-
| xbString::operator const char * |
( |
| ) |
const |
| bool xbString::operator!= |
( |
const xbString & |
s2 | ) |
const |
Short description.
NULL != !NULL
| xbString & xbString::operator+= |
( |
const char * |
s | ) |
|
| xbString & xbString::operator+= |
( |
char |
c | ) |
|
| xbString & xbString::operator-= |
( |
const char * |
s | ) |
|
| bool xbString::operator< |
( |
const xbString & |
s2 | ) |
const |
Short description.
NULL < !NULL
| bool xbString::operator<= |
( |
const xbString & |
s2 | ) |
const |
Short description.
NULL <= !NULL
| xbString & xbString::operator= |
( |
const char * |
s | ) |
|
| xbString & xbString::operator= |
( |
char |
c | ) |
|
| bool xbString::operator== |
( |
const xbString & |
s2 | ) |
const |
Short description.
NULL == !NULL
| bool xbString::operator> |
( |
const xbString & |
s2 | ) |
const |
Short description.
NULL > !NULL
| bool xbString::operator>= |
( |
const xbString & |
s2 | ) |
const |
Short description.
NULL >= !NULL
| char xbString::operator[] |
( |
int |
n | ) |
|
|
inline |
| int xbString::pos |
( |
char |
c | ) |
|
Short description.
- Parameters
-
| int xbString::pos |
( |
const char * |
s | ) |
|
Short description.
- Parameters
-
| void xbString::putAt |
( |
size_t |
pos, |
|
|
char |
c |
|
) |
| |
Short description.
- Parameters
-
| xbString & xbString::remove |
( |
size_t |
pos = 0, |
|
|
int |
n = npos |
|
) |
| |
Short description.
- Parameters
-
| void xbString::resize |
( |
size_t |
size | ) |
|
Short description.
- Parameters
-
| void xbString::setNum |
( |
long |
num | ) |
|
Short description.
- Parameters
-
| xbString & xbString::sprintf |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
Short description.
- Parameters
-
| void xbString::toLowerCase |
( |
| ) |
|
| ostream& operator<< |
( |
ostream & |
os, |
|
|
const xbString & |
xbs |
|
) |
| |
|
friend |
| const char * xbString::NullString = "" |
|
staticprotected |
The documentation for this class was generated from the following files: