![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4staticvalue_p.h>
Public Member Functions | |
constexpr | Encode (bool b) |
Encode (double d) | |
constexpr | Encode (int i) |
Encode (uint i) | |
constexpr | Encode (ReturnedValue v) |
constexpr | Encode (StaticValue v) |
template<typename HeapBase> | |
Encode (HeapBase *o) | |
Encode (StaticValue *o) | |
constexpr | operator ReturnedValue () const |
Static Public Member Functions | |
static constexpr ReturnedValue | undefined () |
static constexpr ReturnedValue | null () |
static ReturnedValue | smallestNumber (double d) |
Public Attributes | |
quint64 | val |
Definition at line 621 of file qv4staticvalue_p.h.
|
inlineexplicitconstexpr |
Definition at line 629 of file qv4staticvalue_p.h.
References Encode().
Referenced by Encode().
|
inlineexplicit |
Definition at line 633 of file qv4staticvalue_p.h.
Referenced by smallestNumber().
|
inlineexplicitconstexpr |
Definition at line 636 of file qv4staticvalue_p.h.
References Encode().
Referenced by Encode(), Encode(), and smallestNumber().
|
inlineexplicit |
Definition at line 640 of file qv4staticvalue_p.h.
|
inlineexplicitconstexpr |
Definition at line 643 of file qv4staticvalue_p.h.
References Encode().
|
inlineconstexpr |
Definition at line 647 of file qv4staticvalue_p.h.
References Encode().
Referenced by Encode().
|
inlineexplicit |
Definition at line 275 of file qv4value_p.h.
|
inlineexplicit |
Definition at line 655 of file qv4staticvalue_p.h.
|
inlinestaticconstexpr |
Definition at line 625 of file qv4staticvalue_p.h.
References QV4::StaticValue::nullValue().
|
inlineconstexpr |
Definition at line 667 of file qv4staticvalue_p.h.
|
inlinestatic |
Definition at line 660 of file qv4staticvalue_p.h.
References Encode(), Encode(), and QV4::StaticValue::isInt32().
|
inlinestaticconstexpr |
Definition at line 622 of file qv4staticvalue_p.h.
References QV4::StaticValue::undefinedValue().
quint64 QV4::Encode::val |
Definition at line 670 of file qv4staticvalue_p.h.