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

Public Member Functions | |
| void | allocateBuffer (size_t newCapacity) |
| T * | buffer () |
| const T * | buffer () const |
| size_t | capacity () const |
| void | deallocateBuffer (T *bufferToDeallocate) |
| T * | releaseBuffer () |
Protected Member Functions | |
| VectorBufferBase () | |
| VectorBufferBase (T *buffer, size_t capacity) | |
| ~VectorBufferBase () | |
Protected Attributes | |
| T * | m_buffer |
| size_t | m_capacity |
Detailed Description
Constructor & Destructor Documentation
template<typename T >
| WTF::VectorBufferBase< T >::VectorBufferBase | ( | ) | [inline, protected] |
template<typename T >
| WTF::VectorBufferBase< T >::VectorBufferBase | ( | T * | buffer, |
| size_t | capacity | ||
| ) | [inline, protected] |
template<typename T >
| WTF::VectorBufferBase< T >::~VectorBufferBase | ( | ) | [inline, protected] |
Member Function Documentation
template<typename T >
| void WTF::VectorBufferBase< T >::allocateBuffer | ( | size_t | newCapacity | ) | [inline] |
Reimplemented in WTF::VectorBuffer< T, inlineCapacity >.
template<typename T >
| T* WTF::VectorBufferBase< T >::buffer | ( | ) | [inline] |
template<typename T >
| const T* WTF::VectorBufferBase< T >::buffer | ( | ) | const [inline] |
template<typename T >
| size_t WTF::VectorBufferBase< T >::capacity | ( | ) | const [inline] |
template<typename T >
| void WTF::VectorBufferBase< T >::deallocateBuffer | ( | T * | bufferToDeallocate | ) | [inline] |
Reimplemented in WTF::VectorBuffer< T, inlineCapacity >.
template<typename T >
| T* WTF::VectorBufferBase< T >::releaseBuffer | ( | ) | [inline] |
Reimplemented in WTF::VectorBuffer< T, inlineCapacity >.
Member Data Documentation
template<typename T >
T* WTF::VectorBufferBase< T >::m_buffer [protected] |
template<typename T >
size_t WTF::VectorBufferBase< T >::m_capacity [protected] |
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 Wed May 2 2012 17:50:54 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:50:54 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.