![]() |
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 622 of file qv4staticvalue_p.h.
|
inlineexplicitconstexpr |
Definition at line 630 of file qv4staticvalue_p.h.
References Encode().
Referenced by Encode().
|
inlineexplicit |
Definition at line 634 of file qv4staticvalue_p.h.
Referenced by smallestNumber().
|
inlineexplicitconstexpr |
Definition at line 637 of file qv4staticvalue_p.h.
References Encode().
Referenced by Encode(), Encode(), and smallestNumber().
|
inlineexplicit |
Definition at line 641 of file qv4staticvalue_p.h.
|
inlineexplicitconstexpr |
Definition at line 644 of file qv4staticvalue_p.h.
References Encode().
|
inlineconstexpr |
Definition at line 648 of file qv4staticvalue_p.h.
References Encode().
Referenced by Encode().
|
inlineexplicit |
Definition at line 275 of file qv4value_p.h.
|
inlineexplicit |
Definition at line 656 of file qv4staticvalue_p.h.
|
inlinestaticconstexpr |
Definition at line 626 of file qv4staticvalue_p.h.
References QV4::StaticValue::nullValue().
|
inlineconstexpr |
Definition at line 668 of file qv4staticvalue_p.h.
|
inlinestatic |
Definition at line 661 of file qv4staticvalue_p.h.
References Encode(), Encode(), and QV4::StaticValue::isInt32().
|
inlinestaticconstexpr |
Definition at line 623 of file qv4staticvalue_p.h.
References QV4::StaticValue::undefinedValue().
| quint64 QV4::Encode::val |
Definition at line 671 of file qv4staticvalue_p.h.