![]() |
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 29 of file qdatabuffer_p.h.
|
inlineexplicit |
Definition at line 33 of file qdatabuffer_p.h.
|
inline |
Definition at line 48 of file qdatabuffer_p.h.
|
inline |
Definition at line 69 of file qdatabuffer_p.h.
|
inline |
Definition at line 62 of file qdatabuffer_p.h.
|
inline |
Definition at line 63 of file qdatabuffer_p.h.
|
inline |
Definition at line 60 of file qdatabuffer_p.h.
|
inline |
Definition at line 66 of file qdatabuffer_p.h.
|
inline |
Definition at line 67 of file qdatabuffer_p.h.
|
inline |
Definition at line 57 of file qdatabuffer_p.h.
|
inline |
Definition at line 64 of file qdatabuffer_p.h.
|
inline |
Definition at line 65 of file qdatabuffer_p.h.
|
inline |
Definition at line 119 of file qdatabuffer_p.h.
|
inline |
Definition at line 75 of file qdatabuffer_p.h.
|
inline |
Definition at line 85 of file qdatabuffer_p.h.
|
inline |
Definition at line 55 of file qdatabuffer_p.h.
|
inline |
Definition at line 80 of file qdatabuffer_p.h.
|
inline |
Definition at line 97 of file qdatabuffer_p.h.
|
inline |
Definition at line 59 of file qdatabuffer_p.h.
|
inline |
Definition at line 113 of file qdatabuffer_p.h.