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]
template<typename T>
|
inline |
◆ buffer() [2/4]
( | ) |
◆ buffer() [3/4]
template<typename T>
|
inline |
◆ buffer() [4/4]
( | ) | const |
◆ capacity() [1/2]
template<typename T>
|
inline |
◆ capacity() [2/2]
( | ) | const |
◆ 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-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.