#include <QtCore/qobjectdefs.h>
#include <QtCore/qlist.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qsharedpointer.h>
Go to the source code of this file.
◆ QScriptContextInfoList
◆ operator<<()
Definition at line 499 of file qscriptcontextinfo.cpp.
501 out <<
info.scriptId();
506 out << (
qint32)
info.functionStartLineNumber();
510 out <<
info.fileName();
511 out <<
info.functionName();
512 out <<
info.functionParameterNames();
static mach_timebase_info_data_t info
◆ operator>>()
Definition at line 528 of file qscriptcontextinfo.cpp.
534 in >>
info.d_ptr->scriptId;
538 info.d_ptr->lineNumber = line;
542 info.d_ptr->columnNumber = column;
550 info.d_ptr->functionStartLineNumber = startLine;
554 info.d_ptr->functionEndLineNumber = endLine;
558 info.d_ptr->functionMetaIndex = metaIndex;
560 in >>
info.d_ptr->fileName;
561 in >>
info.d_ptr->functionName;
562 in >>
info.d_ptr->parameterNames;
static mach_timebase_info_data_t info
FunctionType
This enum specifies the type of function being called.