LibreOffice Module tools (master) 1
Public Member Functions | Private Attributes | List of all members
SvCompatWeakRef< T > Class Template Reference

We only have one weak reference in LO, in include/sfx2/frame.hxx, class SfxFrameWeak. More...

#include <ref.hxx>

Inheritance diagram for SvCompatWeakRef< T >:
[legend]
Collaboration diagram for SvCompatWeakRef< T >:
[legend]

Public Member Functions

 SvCompatWeakRef ()
 
 SvCompatWeakRef (T *pObj)
 
SvCompatWeakRefoperator= (T *pObj)
 
bool is () const
 
 operator bool () const
 
T * operator-> () const
 
 operator T* () const
 

Private Attributes

tools::SvRef< SvCompatWeakHdl< T > > _xHdl
 

Detailed Description

template<typename T>
class SvCompatWeakRef< T >

We only have one weak reference in LO, in include/sfx2/frame.hxx, class SfxFrameWeak.

Definition at line 211 of file ref.hxx.

Constructor & Destructor Documentation

◆ SvCompatWeakRef() [1/2]

template<typename T >
SvCompatWeakRef< T >::SvCompatWeakRef ( )
inline

Definition at line 215 of file ref.hxx.

◆ SvCompatWeakRef() [2/2]

template<typename T >
SvCompatWeakRef< T >::SvCompatWeakRef ( T *  pObj)
inline

Definition at line 216 of file ref.hxx.

Member Function Documentation

◆ is()

template<typename T >
bool SvCompatWeakRef< T >::is ( ) const
inline

Definition at line 223 of file ref.hxx.

◆ operator bool()

template<typename T >
SvCompatWeakRef< T >::operator bool ( ) const
inlineexplicit

Definition at line 225 of file ref.hxx.

◆ operator T*()

template<typename T >
SvCompatWeakRef< T >::operator T* ( ) const
inline

Definition at line 228 of file ref.hxx.

◆ operator->()

template<typename T >
T * SvCompatWeakRef< T >::operator-> ( ) const
inline

Definition at line 226 of file ref.hxx.

◆ operator=()

template<typename T >
SvCompatWeakRef & SvCompatWeakRef< T >::operator= ( T *  pObj)
inline

Definition at line 221 of file ref.hxx.

Member Data Documentation

◆ _xHdl

template<typename T >
tools::SvRef< SvCompatWeakHdl<T> > SvCompatWeakRef< T >::_xHdl
private

Definition at line 213 of file ref.hxx.


The documentation for this class was generated from the following file: