#include <QtCore/qobjectdefs.h>
#include <QtCore/private/qscopedpointer_p.h>
#include <QtCore/qlist.h>
Go to the source code of this file.
◆ QScriptDebuggerValueList
◆ operator<<()
Definition at line 345 of file qscriptdebuggervalue.cpp.
348 switch (value.type()) {
354 out << value.booleanValue();
357 out << value.stringValue();
360 out << value.numberValue();
363 out << value.objectId();
◆ operator>>()
Definition at line 379 of file qscriptdebuggervalue.cpp.
The QString class provides a Unicode character string.
The QScriptDebuggerValue class represents a script value.