HDK
|
#include <weakPtr.h>
Public Types | |
using | UnspecifiedBoolType = TfRefPtr< Tf_Remnant >(TfWeakPtr::*) |
Public Member Functions | |
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 |
using TfWeakPtr< void >::UnspecifiedBoolType = TfRefPtr<Tf_Remnant> (TfWeakPtr::*) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |