WTF
RefPtr.h File Reference
#include <algorithm>
#include "AlwaysInline.h"
Go to the source code of this file.
Classes | |
class | WTF::RefPtr< T > |
Namespaces | |
namespace | WTF |
Enumerations | |
enum | WTF::HashTableDeletedValueType { WTF::HashTableDeletedValue } |
enum | WTF::PlacementNewAdoptType { WTF::PlacementNewAdopt } |
Functions | |
template<typename T , typename U > | |
RefPtr< T > | WTF::const_pointer_cast (const RefPtr< U > &p) |
template<typename T > | |
T * | WTF::getPtr (const RefPtr< T > &p) |
template<typename T , typename U > | |
bool | WTF::operator!= (T *a, const RefPtr< U > &b) |
template<typename T , typename U > | |
bool | WTF::operator!= (const RefPtr< T > &a, U *b) |
template<typename T , typename U > | |
bool | WTF::operator!= (const RefPtr< T > &a, const RefPtr< U > &b) |
template<typename T , typename U > | |
bool | WTF::operator== (T *a, const RefPtr< U > &b) |
template<typename T , typename U > | |
bool | WTF::operator== (const RefPtr< T > &a, U *b) |
template<typename T , typename U > | |
bool | WTF::operator== (const RefPtr< T > &a, const RefPtr< U > &b) |
template<typename T , typename U > | |
RefPtr< T > | WTF::static_pointer_cast (const RefPtr< U > &p) |
template<class T > | |
void | WTF::swap (RefPtr< T > &a, RefPtr< T > &b) |