WTF
Vector.h File Reference
#include "Assertions.h"
#include "FastMalloc.h"
#include "Noncopyable.h"
#include "VectorTraits.h"
#include <limits>
#include <stdlib.h>
#include <cstring>
#include <utility>
Go to the source code of this file.
Classes | |
class | WTF::Vector< T, inlineCapacity > |
class | WTF::VectorBuffer< T, inlineCapacity > |
class | WTF::VectorBuffer< T, 0 > |
class | WTF::VectorBufferBase< T > |
struct | WTF::VectorComparer< false, T > |
struct | WTF::VectorComparer< true, T > |
struct | WTF::VectorCopier< false, T > |
struct | WTF::VectorCopier< true, T > |
struct | WTF::VectorDestructor< false, T > |
struct | WTF::VectorDestructor< true, T > |
struct | WTF::VectorFiller< false, T > |
struct | WTF::VectorFiller< true, T > |
struct | WTF::VectorInitializer< false, ignore, T > |
struct | WTF::VectorInitializer< true, false, T > |
struct | WTF::VectorInitializer< true, true, T > |
struct | WTF::VectorMover< false, T > |
struct | WTF::VectorMover< true, T > |
struct | WTF::VectorTypeOperations< T > |
Namespaces | |
namespace | WTF |
Functions | |
template<typename T , size_t inlineCapacity> | |
void | WTF::deleteAllValues (const Vector< T, inlineCapacity > &collection) |
template<typename T , size_t inlineCapacity> | |
bool | WTF::operator!= (const Vector< T, inlineCapacity > &a, const Vector< T, inlineCapacity > &b) |
template<typename T , size_t inlineCapacity> | |
bool | WTF::operator== (const Vector< T, inlineCapacity > &a, const Vector< T, inlineCapacity > &b) |
template<typename T , size_t inlineCapacity> | |
void | WTF::swap (Vector< T, inlineCapacity > &a, Vector< T, inlineCapacity > &b) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.