LibreOffice Module comphelper (master)
1
|
Base class to implement a UNO object supporting types and weak references, i.e. More...
#include <weak.hxx>
Public Member Functions | |
OWeakTypeObject () | |
virtual | ~OWeakTypeObject () override |
OWeakTypeObject (OWeakTypeObject const &)=default | |
OWeakTypeObject (OWeakTypeObject &&)=default | |
OWeakTypeObject & | operator= (OWeakTypeObject const &)=default |
OWeakTypeObject & | operator= (OWeakTypeObject &&)=default |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) override |
virtual void SAL_CALL | acquire () override throw () |
virtual void SAL_CALL | release () override throw () |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< ::sal_Int8 > SAL_CALL | getImplementationId () override |
![]() | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Additional Inherited Members | |
![]() | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
![]() | |
oslInterlockedCount | m_refCount |
Base class to implement a UNO object supporting types and weak references, i.e.
the object can be held weakly (by a css::uno::WeakReference). This implementation copes with reference counting. Upon last release(), the virtual dtor is called.
In addition to the features from cppu::OWeakObject, derivations from this class can also used as a base class for ::cppu::ImplInheritanceHelper?
|
overridevirtual |
|
default |
|
default |
|
inlineoverridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 49 of file weak.hxx.
References cppu::OWeakObject::acquire().
|
default |
|
default |
|
overridevirtual |
|
inlineoverridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 51 of file weak.hxx.
References cppu::OWeakObject::release().