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 () |
const T * | buffer () 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/2]
template<typename T >
|
inline |
◆ buffer() [2/2]
template<typename T >
|
inline |
◆ capacity()
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.