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