#include "Basics.H"
#include "Text.H"
#include "TextCommon.C"
Go to the source code of this file.
Functions | |
bool | operator== (const Text &t1, const Text &t2) throw () |
bool | operator!= (const Text &t1, const Text &t2) throw () |
Text | operator+ (const Text &t1, const Text &t2) throw () |
Text | operator+ (const char *str, const Text &t) throw () |
Text | operator+ (const Text &t, const char *str) throw () |
Variables | |
char * | CharTexts [256] = { (char *)NULL, } |
|
|
|
|
|
|
|
|
|
|
|
|