WTF
WTF::VectorBuffer< T, 0 > Class Template Reference
#include <Vector.h>
Inheritance diagram for WTF::VectorBuffer< T, 0 >:
Public Member Functions | |
| VectorBuffer () | |
| VectorBuffer (size_t capacity) | |
| ~VectorBuffer () | |
| void | allocateBuffer (size_t newCapacity) |
| T * | buffer () |
| T * | buffer () |
| const T * | buffer () const |
| const T * | buffer () const |
| size_t | capacity () const |
| size_t | capacity () const |
| void | deallocateBuffer (T *bufferToDeallocate) |
| T * | releaseBuffer () |
| void | swap (VectorBuffer< T, 0 > &other) |
Detailed Description
Constructor & Destructor Documentation
◆ VectorBuffer() [1/2]
template<typename T>
|
inline |
◆ VectorBuffer() [2/2]
template<typename T>
|
inline |
◆ ~VectorBuffer()
template<typename T>
|
inline |
Member Function Documentation
◆ allocateBuffer()
template<typename T>
|
inline |
◆ buffer() [1/4]
| ( | ) |
◆ buffer() [2/4]
template<typename T>
|
inline |
◆ buffer() [3/4]
| ( | ) | const |
◆ buffer() [4/4]
template<typename T>
|
inline |
◆ capacity() [1/2]
| ( | ) | const |
◆ capacity() [2/2]
template<typename T>
|
inline |
◆ deallocateBuffer()
template<typename T>
|
inline |
◆ releaseBuffer()
template<typename T>
|
inline |
◆ swap()
template<typename T>
|
inline |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.