Go to the source code of this file.
Classes | |
class | MString |
Very fast String class. More... | |
Defines | |
#define | PRINTF(a, b) |
Functions | |
bool | operator< (const MString &lhs, const MString &rhs) |
bool | operator> (const MString &lhs, const MString &rhs) |
bool | operator== (const MString &lhs, const char *rhs) |
bool | operator!= (const MString &lhs, const char *rhs) |
MString | operator+ (const char lhs, const MString &rhs) |
MString | operator+ (const char *lhs, const MString &rhs) |
MString | ssprintf (const char *fmt,...) PRINTF(1 |
#define PRINTF | ( | a, | |||
b | ) |
Definition at line 100 of file MercuryString.h.
bool operator!= | ( | const MString & | lhs, | |
const char * | rhs | |||
) | [inline] |
Definition at line 92 of file MercuryString.h.
Definition at line 374 of file MercuryString.cpp.
Definition at line 379 of file MercuryString.cpp.
Definition at line 363 of file MercuryString.cpp.
bool operator== | ( | const MString & | lhs, | |
const char * | rhs | |||
) | [inline] |
Definition at line 91 of file MercuryString.h.
Definition at line 368 of file MercuryString.cpp.
MString ssprintf | ( | const char * | fmt, | |
... | ||||
) |