My Project
|
#include <dot.h>
Public Member Functions | |
DotConstString () | |
~DotConstString () | |
DotConstString (const QCString &s) | |
DotConstString (const DotConstString &s) | |
const char * | data () const |
bool | isEmpty () const |
void | set (const QCString &s) |
Private Member Functions | |
DotConstString & | operator= (const DotConstString &) |
Private Attributes | |
char * | m_str |
Minimal constant string class that is thread safe, once initialized.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 345 of file dot.h.
References m_str.
Referenced by DotWorkerThread::cleanup(), DotConstString(), and DotRunner::run().
|
inline |
Definition at line 346 of file dot.h.
References m_str.
Referenced by DotRunner::run(), and DotWorkerThread::run().
|
private |
|
inline |
Definition at line 347 of file dot.h.
References m_str.
Referenced by DotRunner::addPostProcessing(), and DotRunner::run().
|
private |
Definition at line 359 of file dot.h.
Referenced by data(), DotConstString(), isEmpty(), set(), and ~DotConstString().