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 >
|
inlineprotected |
template<typename T >
|
inlineprotected |
template<typename T >
|
inlineprotected |
Member Function Documentation
template<typename T >
|
inline |
template<typename T >
|
inline |
template<typename T >
|
inline |
template<typename T >
|
inline |
template<typename T >
|
inline |
template<typename T >
|
inline |
Member Data Documentation
template<typename T >
|
protected |
template<typename T >
|
protected |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.