WTF
WTF::VectorBuffer< T, 0 > Class Template Reference
#include <Vector.h>
Detailed Description
template<typename T>
class WTF::VectorBuffer< T, 0 >
Definition at line 222 of file Vector.h.
Public Member Functions | |
| VectorBuffer () | |
| VectorBuffer (size_t capacity) | |
| ~VectorBuffer () | |
| void | swap (VectorBuffer< T, 0 > &other) |
| void | deallocateBuffer (T *buffer) |
| void | allocateBuffer (size_t newCapacity) |
| T * | buffer () |
| const T * | buffer () const |
| size_t | capacity () const |
Protected Member Functions | |
| VectorBuffer (T *buffer, size_t capacity) | |
Protected Attributes | |
| size_t | m_capacity |
| T * | m_buffer |
Constructor & Destructor Documentation
template<typename T>
| WTF::VectorBuffer< T, 0 >::VectorBuffer | ( | ) | [inline] |
template<typename T>
| WTF::VectorBuffer< T, 0 >::VectorBuffer | ( | size_t | capacity | ) | [inline] |
template<typename T>
| WTF::VectorBuffer< T, 0 >::~VectorBuffer | ( | ) | [inline] |
template<typename T>
| WTF::VectorBuffer< T, 0 >::VectorBuffer | ( | T * | buffer, | |
| size_t | capacity | |||
| ) | [inline, protected] |
Member Function Documentation
template<typename T>
| void WTF::VectorBuffer< T, 0 >::swap | ( | VectorBuffer< T, 0 > & | other | ) | [inline] |
template<typename T>
| void WTF::VectorBuffer< T, 0 >::deallocateBuffer | ( | T * | buffer | ) | [inline] |
template<typename T>
| void WTF::VectorBuffer< T, 0 >::allocateBuffer | ( | size_t | newCapacity | ) | [inline] |
template<typename T>
| T* WTF::VectorBuffer< T, 0 >::buffer | ( | ) | [inline] |
template<typename T>
| const T* WTF::VectorBuffer< T, 0 >::buffer | ( | ) | const [inline] |
template<typename T>
| size_t WTF::VectorBuffer< T, 0 >::capacity | ( | ) | const [inline] |
Member Data Documentation
template<typename T>
size_t WTF::VectorBuffer< T, 0 >::m_capacity [protected] |
template<typename T>
T* WTF::VectorBuffer< T, 0 >::m_buffer [protected] |
The documentation for this class was generated from the following file:
KDE 4.0 API Reference