Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <proitems.h>
Public Member Functions | |
ProFunctionDef (ProFile *pro, int offset) | |
ProFunctionDef (const ProFunctionDef &o) | |
ProFunctionDef (ProFunctionDef &&other) noexcept | |
~ProFunctionDef () | |
ProFunctionDef & | operator= (const ProFunctionDef &o) |
ProFunctionDef & | operator= (ProFunctionDef &&other) noexcept |
void | swap (ProFunctionDef &other) noexcept |
ProFile * | pro () const |
const ushort * | tokPtr () const |
Definition at line 441 of file proitems.h.
|
inline |
Definition at line 443 of file proitems.h.
References ProFile::ref().
Referenced by QMakeEvaluator::visitProFunctionDef().
|
inline |
Definition at line 444 of file proitems.h.
References ProFile::ref().
|
inlinenoexcept |
Definition at line 445 of file proitems.h.
|
inline |
Definition at line 447 of file proitems.h.
References ProFile::deref().
|
inline |
Definition at line 448 of file proitems.h.
References ProFile::deref(), and ProFile::ref().
|
inlinenoexcept |
Definition at line 459 of file proitems.h.
References swap().
|
inline |
Definition at line 471 of file proitems.h.
Referenced by QMakeEvaluator::evaluateFunction().
|
inlinenoexcept |
Definition at line 465 of file proitems.h.
Referenced by operator=().
|
inline |
Definition at line 472 of file proitems.h.
References ProFile::tokPtr().
Referenced by QMakeEvaluator::evaluateFunction().