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>
Include dependency graph for Vector.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
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-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.