![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdatabuffer_p.h>
Public Member Functions | |
QDataBuffer (qsizetype res) | |
~QDataBuffer () | |
void | reset () |
bool | isEmpty () const |
qsizetype | size () const |
Type * | data () const |
Type & | at (qsizetype i) |
const Type & | at (qsizetype i) const |
Type & | last () |
const Type & | last () const |
Type & | first () |
const Type & | first () const |
void | add (const Type &t) |
void | pop_back () |
void | resize (qsizetype size) |
void | reserve (qsizetype size) |
void | shrink (qsizetype size) |
void | swap (QDataBuffer< Type > &other) |
QDataBuffer & | operator<< (const Type &t) |
Definition at line 28 of file qdatabuffer_p.h.
|
inlineexplicit |
Definition at line 32 of file qdatabuffer_p.h.
|
inline |
Definition at line 47 of file qdatabuffer_p.h.
|
inline |
Definition at line 68 of file qdatabuffer_p.h.
|
inline |
Definition at line 61 of file qdatabuffer_p.h.
|
inline |
Definition at line 62 of file qdatabuffer_p.h.
|
inline |
Definition at line 59 of file qdatabuffer_p.h.
|
inline |
Definition at line 65 of file qdatabuffer_p.h.
|
inline |
Definition at line 66 of file qdatabuffer_p.h.
|
inline |
Definition at line 56 of file qdatabuffer_p.h.
|
inline |
Definition at line 63 of file qdatabuffer_p.h.
|
inline |
Definition at line 64 of file qdatabuffer_p.h.
|
inline |
Definition at line 118 of file qdatabuffer_p.h.
|
inline |
Definition at line 74 of file qdatabuffer_p.h.
|
inline |
Definition at line 84 of file qdatabuffer_p.h.
|
inline |
Definition at line 54 of file qdatabuffer_p.h.
|
inline |
Definition at line 79 of file qdatabuffer_p.h.
|
inline |
Definition at line 96 of file qdatabuffer_p.h.
|
inline |
Definition at line 58 of file qdatabuffer_p.h.
|
inline |
Definition at line 112 of file qdatabuffer_p.h.