WTF::VectorBuffer Class Reference
#include <Vector.h>
Inheritance diagram for WTF::VectorBuffer:

Public Member Functions | |
| VectorBuffer () | |
| VectorBuffer (size_t capacity) | |
| ~VectorBuffer () | |
| void | allocateBuffer (size_t newCapacity) |
| void | deallocateBuffer (T *bufferToDeallocate) |
| T * | releaseBuffer () |
Constructor & Destructor Documentation
| WTF::VectorBuffer::VectorBuffer | ( | size_t | capacity | ) | [inline] |
Member Function Documentation
| void WTF::VectorBuffer::allocateBuffer | ( | size_t | newCapacity | ) | [inline] |
Reimplemented from WTF::VectorBufferBase< T >.
| void WTF::VectorBuffer::deallocateBuffer | ( | T * | bufferToDeallocate | ) | [inline] |
Reimplemented from WTF::VectorBufferBase< T >.
| T* WTF::VectorBuffer::releaseBuffer | ( | ) | [inline] |
Reimplemented from WTF::VectorBufferBase< T >.
The documentation for this class was generated from the following file:
KDE 4.7 API Reference