mongo::ThreadSafeString Class Reference
#include <goodies.h>
List of all members.
Detailed Description
this is a thread safe string you will never get a bad pointer, though data may be mungedd
Definition at line 417 of file goodies.h.
Constructor & Destructor Documentation
mongo::ThreadSafeString::ThreadSafeString |
( |
size_t |
size = 256 |
) |
[inline] |
mongo::ThreadSafeString::ThreadSafeString |
( |
const ThreadSafeString & |
other |
) |
[inline] |
mongo::ThreadSafeString::~ThreadSafeString |
( |
|
) |
[inline] |
Member Function Documentation
bool mongo::ThreadSafeString::empty |
( |
|
) |
const [inline] |
bool mongo::ThreadSafeString::operator!= |
( |
const char * |
str |
) |
const [inline] |
ThreadSafeString& mongo::ThreadSafeString::operator= |
( |
const char * |
str |
) |
[inline] |
bool mongo::ThreadSafeString::operator== |
( |
const char * |
str |
) |
const [inline] |
bool mongo::ThreadSafeString::operator== |
( |
const ThreadSafeString & |
other |
) |
const [inline] |
string mongo::ThreadSafeString::toString |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: