#include "qscriptscriptdata_p.h"
#include <QtCore/qdatastream.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 185 of file qscriptscriptdata.cpp.
T * data() const
Returns the value of the pointer referenced by this object.
The QString class provides a Unicode character string.
QScopedSharedPointer< QScriptScriptDataPrivate > d_ptr
◆ operator>>()
Definition at line 200 of file qscriptscriptdata.cpp.
204 data.
d_ptr->ref.ref();
T * data() const
Returns the value of the pointer referenced by this object.
void reset(T *other=0)
Deletes the existing object it is pointing to if any, and sets its pointer to other.
QScopedSharedPointer< QScriptScriptDataPrivate > d_ptr