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.
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-2013 The KDE developers.
Generated on Wed Jun 5 2013 18:37:09 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Jun 5 2013 18:37:09 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.