mi32/strutf8.h File Reference
<mi32/strutf8.h>
More...
#include <mi32/stddefns.h>
Go to the source code of this file.
Classes |
| class | STRUTF8 |
| | Container for UTF-8 encoded string. More...
|
Defines |
| #define | CLASSLIBEXPORT MI_DLLCLASSIMPORT |
Functions |
| bool | operator!= (const char *lhs, const STRUTF8 &rhs) |
| bool | operator!= (const STRUTF8 &lhs, const char *rhs) |
| bool | operator!= (const STRUTF8 &lhs, const STRUTF8 &rhs) |
| bool | operator< (const char *lhs, const STRUTF8 &rhs) |
| bool | operator< (const STRUTF8 &lhs, const char *rhs) |
| bool | operator< (const STRUTF8 &lhs, const STRUTF8 &rhs) |
| bool | operator== (const char *lhs, const STRUTF8 &rhs) |
| bool | operator== (const STRUTF8 &lhs, const char *rhs) |
| bool | operator== (const STRUTF8 &lhs, const STRUTF8 &rhs) |
| bool | operator> (const char *lhs, const STRUTF8 &rhs) |
| bool | operator> (const STRUTF8 &lhs, const char *rhs) |
| bool | operator> (const STRUTF8 &lhs, const STRUTF8 &rhs) |
Detailed Description
<mi32/strutf8.h>
STRUTF8 class definitions.
Define Documentation
| #define CLASSLIBEXPORT MI_DLLCLASSIMPORT |
GENERATING_DOXYGEN_OUTPUT.
Function Documentation
| bool operator!= |
( |
const char * |
lhs, |
|
|
const STRUTF8 & |
rhs | |
|
) |
| | [inline] |
| bool operator!= |
( |
const STRUTF8 & |
lhs, |
|
|
const char * |
rhs | |
|
) |
| | [inline] |
| bool operator< |
( |
const char * |
lhs, |
|
|
const STRUTF8 & |
rhs | |
|
) |
| | [inline] |
| bool operator< |
( |
const STRUTF8 & |
lhs, |
|
|
const char * |
rhs | |
|
) |
| | [inline] |
| bool operator== |
( |
const char * |
lhs, |
|
|
const STRUTF8 & |
rhs | |
|
) |
| | [inline] |
| bool operator== |
( |
const STRUTF8 & |
lhs, |
|
|
const char * |
rhs | |
|
) |
| | [inline] |
| bool operator> |
( |
const char * |
lhs, |
|
|
const STRUTF8 & |
rhs | |
|
) |
| | [inline] |
| bool operator> |
( |
const STRUTF8 & |
lhs, |
|
|
const char * |
rhs | |
|
) |
| | [inline] |