Public Member Functions | |
| StreamDebug (int level) | |
| StreamDebug (const StreamDebug &other) | |
| StreamDebug & | space () |
| StreamDebug & | nospace () |
| StreamDebug & | operator<< (const String &str) |
| StreamDebug & | operator<< (const char *str) |
| StreamDebug & | operator<< (char str) |
| StreamDebug & | operator<< (int number) |
| StreamDebug & | operator<< (unsigned int number) |
| StreamDebug & | operator<< (double number) |
| StreamDebug & | operator<< (float number) |
| StreamDebug & | operator<< (bool value) |
| StreamDebug & | operator<< (void *p) |
| StreamDebug & | operator= (const StreamDebug &other) |