|
| | TfWeakPtr () |
| |
| template<class U > |
| | TfWeakPtr (TfWeakPtr< U > const &wp) |
| |
| template<template< class > class PtrTemplate, class Type > |
| | TfWeakPtr (TfWeakPtrFacade< PtrTemplate, Type > const &wpf) |
| |
| template<class U > |
| TfWeakPtr< void > & | operator= (TfWeakPtr< U > const &wp) |
| |
| template<template< class > class PtrTemplate, class Type > |
| TfWeakPtr< void > & | operator= (TfWeakPtrFacade< PtrTemplate, Type > const &wpf) |
| |
| template<class U > |
| bool | operator== (TfWeakPtr< U > const &wp) const |
| |
| template<template< class > class PtrTemplate, class Type > |
| bool | operator== (TfWeakPtrFacade< PtrTemplate, Type > const &wpf) const |
| |
| template<class U > |
| bool | operator!= (TfWeakPtr< U > const &wp) const |
| |
| template<template< class > class PtrTemplate, class Type > |
| bool | operator!= (TfWeakPtrFacade< PtrTemplate, Type > const &wpf) const |
| |
| template<class U > |
| bool | operator< (TfWeakPtr< U > const &wp) |
| |
| template<template< class > class PtrTemplate, class Type > |
| bool | operator< (TfWeakPtrFacade< PtrTemplate, Type > const &wpf) |
| |
| | operator UnspecifiedBoolType () const |
| |
| bool | operator! () const |
| |
| bool | IsExpired () const |
| |
template<>
class TfWeakPtr< void >
Definition at line 283 of file weakPtr.h.