![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4compileddata_p.h>
Public Member Functions | |
Location () | |
Location (quint32 l, quint32 c) | |
bool | operator< (const Location &other) const |
void | set (quint32 line, quint32 column) |
quint32 | line () const |
quint32 | column () const |
Friends | |
size_t | qHash (const Location &location, size_t seed=0) |
bool | operator== (const Location &a, const Location &b) |
Definition at line 113 of file qv4compileddata_p.h.
|
inline |
Definition at line 115 of file qv4compileddata_p.h.
Referenced by Location().
Definition at line 116 of file qv4compileddata_p.h.
References Location().
|
inline |
Definition at line 147 of file qv4compileddata_p.h.
|
inline |
Definition at line 146 of file qv4compileddata_p.h.
|
inline |
Definition at line 124 of file qv4compileddata_p.h.
Definition at line 140 of file qv4compileddata_p.h.
Definition at line 135 of file qv4compileddata_p.h.
|
friend |
Definition at line 130 of file qv4compileddata_p.h.