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

Detailed Description
template<typename T, size_t inlineCapacity>
class WTF::VectorBuffer< T, inlineCapacity >
Definition at line 341 of file Vector.h.
Public Member Functions | |
void | allocateBuffer (size_t newCapacity) |
void | deallocateBuffer (T *bufferToDeallocate) |
T * | releaseBuffer () |
VectorBuffer (size_t capacity) | |
VectorBuffer () | |
~VectorBuffer () |
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] |
template<typename T, size_t inlineCapacity>
void WTF::VectorBuffer< T, inlineCapacity >::deallocateBuffer | ( | T * | bufferToDeallocate | ) | [inline] |
template<typename T, size_t inlineCapacity>
T* WTF::VectorBuffer< T, inlineCapacity >::releaseBuffer | ( | ) | [inline] |
The documentation for this class was generated from the following file: