#include <Vector.h>
List of all members.
Constructor & Destructor Documentation
| WTF::VectorBufferBase::VectorBufferBase |
( |
| ) |
[inline, protected] |
| WTF::VectorBufferBase::VectorBufferBase |
( |
T * |
buffer, |
|
|
size_t |
capacity |
|
) |
| [inline, protected] |
| WTF::VectorBufferBase::~VectorBufferBase |
( |
| ) |
[inline, protected] |
Member Function Documentation
| void WTF::VectorBufferBase::allocateBuffer |
( |
size_t |
newCapacity | ) |
[inline] |
| T* WTF::VectorBufferBase::buffer |
( |
| ) |
[inline] |
| const T* WTF::VectorBufferBase::buffer |
( |
| ) |
const [inline] |
| size_t WTF::VectorBufferBase::capacity |
( |
| ) |
const [inline] |
| void WTF::VectorBufferBase::deallocateBuffer |
( |
T * |
bufferToDeallocate | ) |
[inline] |
| T* WTF::VectorBufferBase::releaseBuffer |
( |
| ) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: