Starshatter_Open
Open source Starshatter engine
|
Go to the source code of this file.
Classes | |
class | TextRep |
class | Text |
Functions | |
int | operator== (const Text &l, const Text &r) |
int | operator!= (const Text &l, const Text &r) |
int | operator< (const Text &l, const Text &r) |
int | operator<= (const Text &l, const Text &r) |
int | operator> (const Text &l, const Text &r) |
int | operator>= (const Text &l, const Text &r) |
int | operator== (const char *l, const Text &r) |
int | operator!= (const char *l, const Text &r) |
int | operator< (const char *l, const Text &r) |
int | operator<= (const char *l, const Text &r) |
int | operator> (const char *l, const Text &r) |
int | operator>= (const char *l, const Text &r) |
int | operator== (char *l, const Text &r) |
int | operator!= (char *l, const Text &r) |
int | operator< (char *l, const Text &r) |
int | operator<= (char *l, const Text &r) |
int | operator> (char *l, const Text &r) |
int | operator>= (char *l, const Text &r) |
int | operator== (const Text &l, const char *r) |
int | operator!= (const Text &l, const char *r) |
int | operator< (const Text &l, const char *r) |
int | operator<= (const Text &l, const char *r) |
int | operator> (const Text &l, const char *r) |
int | operator>= (const Text &l, const char *r) |
int | operator== (const Text &l, char *r) |
int | operator!= (const Text &l, char *r) |
int | operator< (const Text &l, char *r) |
int | operator<= (const Text &l, char *r) |
int | operator> (const Text &l, char *r) |
int | operator>= (const Text &l, char *r) |
Text | operator+ (const char *l, const Text &r) |
Text | operator+ (char *l, const Text &r) |