![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fixed_size_data_vector.h>
Public Member Functions | |
FixedSizeDataVector ()=default | |
FixedSizeDataVector (const FixedSizeDataVector &)=delete | |
FixedSizeDataVector (FixedSizeDataVector< T > &&that) noexcept | |
FixedSizeDataVector & | operator= (const FixedSizeDataVector &)=delete |
FixedSizeDataVector & | operator= (FixedSizeDataVector< T > &&that) noexcept |
~FixedSizeDataVector ()=default | |
bool | empty () const |
size_t | size () const |
operator pdfium::span< T > () | |
operator pdfium::span< const T > () const | |
pdfium::span< T > | span () |
pdfium::span< const T > | span () const |
pdfium::span< T > | subspan (size_t offset, size_t count=pdfium::dynamic_extent) |
pdfium::span< const T > | subspan (size_t offset, size_t count=pdfium::dynamic_extent) const |
pdfium::span< T > | first (size_t count) |
pdfium::span< const T > | first (size_t count) const |
pdfium::span< T > | last (size_t count) |
pdfium::span< const T > | last (size_t count) const |
Static Public Member Functions | |
static FixedSizeDataVector | Uninit (size_t size) |
static FixedSizeDataVector | TryUninit (size_t size) |
static FixedSizeDataVector | Zeroed (size_t size) |
static FixedSizeDataVector | TryZeroed (size_t size) |
static FixedSizeDataVector | TruncatedFrom (FixedSizeDataVector &&that, size_t new_size) |
Definition at line 29 of file fixed_size_data_vector.h.
|
default |
|
delete |
|
inlinenoexcept |
Definition at line 86 of file fixed_size_data_vector.h.
|
default |
|
inline |
Definition at line 97 of file fixed_size_data_vector.h.
|
inline |
Definition at line 124 of file fixed_size_data_vector.h.
|
inline |
Definition at line 125 of file fixed_size_data_vector.h.
|
inline |
Definition at line 129 of file fixed_size_data_vector.h.
|
inline |
Definition at line 130 of file fixed_size_data_vector.h.
|
inline |
Definition at line 102 of file fixed_size_data_vector.h.
|
inline |
Definition at line 101 of file fixed_size_data_vector.h.
|
delete |
|
inlinenoexcept |
Definition at line 89 of file fixed_size_data_vector.h.
|
inline |
Definition at line 98 of file fixed_size_data_vector.h.
|
inline |
Definition at line 105 of file fixed_size_data_vector.h.
|
inline |
Definition at line 109 of file fixed_size_data_vector.h.
|
inline |
Definition at line 115 of file fixed_size_data_vector.h.
|
inline |
Definition at line 119 of file fixed_size_data_vector.h.
|
inlinestatic |
Definition at line 75 of file fixed_size_data_vector.h.
|
inlinestatic |
Definition at line 44 of file fixed_size_data_vector.h.
|
inlinestatic |
Definition at line 65 of file fixed_size_data_vector.h.
|
inlinestatic |
Definition at line 35 of file fixed_size_data_vector.h.
|
inlinestatic |
Definition at line 56 of file fixed_size_data_vector.h.