this is a thread safe string you will never get a bad pointer, though data may be mungedd More...
#include <goodies.h>
Public Member Functions | |
| ThreadSafeString (size_t size=256) | |
| ThreadSafeString (const ThreadSafeString &other) | |
| string | toString () const |
| ThreadSafeString & | operator= (const char *str) |
| bool | operator== (const ThreadSafeString &other) const |
| bool | operator== (const char *str) const |
| bool | operator!= (const char *str) const |
| bool | empty () const |
this is a thread safe string you will never get a bad pointer, though data may be mungedd
1.6.3