![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4value_p.h>
Public Member Functions | |
| Value::HeapBasePtr | base () |
| void | set (EngineBase *e, uint index, Value v) |
| void | set (EngineBase *e, uint index, Value::HeapBasePtr b) |
| const Value & | operator[] (uint index) const |
| const Value * | data () const |
| void | mark (MarkStack *markStack) |
Public Attributes | |
| uint | size |
| uint | alloc |
| Value | values [1] |
Static Public Attributes | |
| static constexpr size_t | offset = o |
Definition at line 427 of file qv4value_p.h.
|
inline |
Definition at line 433 of file qv4value_p.h.
|
inline |
Definition at line 450 of file qv4value_p.h.
|
inline |
Definition at line 454 of file qv4value_p.h.
|
inline |
Definition at line 446 of file qv4value_p.h.
References alloc.
|
inline |
Definition at line 440 of file qv4value_p.h.
|
inline |
Definition at line 443 of file qv4value_p.h.
| uint QV4::ValueArray< o >::alloc |
Definition at line 430 of file qv4value_p.h.
Referenced by operator[]().
|
staticconstexpr |
Definition at line 428 of file qv4value_p.h.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
| uint QV4::ValueArray< o >::size |
Definition at line 429 of file qv4value_p.h.
| Value QV4::ValueArray< o >::values[1] |
Definition at line 431 of file qv4value_p.h.