WTF
WTF::VectorBuffer< T, inlineCapacity > Class Template Reference
#include <Vector.h>
Inheritance diagram for WTF::VectorBuffer< T, inlineCapacity >:

Public Member Functions | |
| VectorBuffer () | |
| VectorBuffer (size_t capacity) | |
| ~VectorBuffer () | |
| void | allocateBuffer (size_t newCapacity) |
| void | deallocateBuffer (T *bufferToDeallocate) |
| T * | releaseBuffer () |
Detailed Description
template<typename T, size_t inlineCapacity>
class WTF::VectorBuffer< T, inlineCapacity >
Constructor & Destructor Documentation
template<typename T , size_t inlineCapacity>
| WTF::VectorBuffer< T, inlineCapacity >::VectorBuffer | ( | ) | [inline] |
template<typename T , size_t inlineCapacity>
| WTF::VectorBuffer< T, inlineCapacity >::VectorBuffer | ( | size_t | capacity | ) | [inline] |
template<typename T , size_t inlineCapacity>
| WTF::VectorBuffer< T, inlineCapacity >::~VectorBuffer | ( | ) | [inline] |
Member Function Documentation
template<typename T , size_t inlineCapacity>
| void WTF::VectorBuffer< T, inlineCapacity >::allocateBuffer | ( | size_t | newCapacity | ) | [inline] |
Reimplemented from WTF::VectorBufferBase< T >.
template<typename T , size_t inlineCapacity>
| void WTF::VectorBuffer< T, inlineCapacity >::deallocateBuffer | ( | T * | bufferToDeallocate | ) | [inline] |
Reimplemented from WTF::VectorBufferBase< T >.
template<typename T , size_t inlineCapacity>
| T* WTF::VectorBuffer< T, inlineCapacity >::releaseBuffer | ( | ) | [inline] |
Reimplemented from WTF::VectorBufferBase< T >.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:52:38 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:52:38 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.