Definition at line 52 of file weak.cxx.
cppu::OWeakConnectionPoint::OWeakConnectionPoint |
( |
OWeakObject * |
pObj | ) |
|
|
inlineexplicit |
Hold the weak object without an acquire (only the pointer).
Definition at line 58 of file weak.cxx.
virtual cppu::OWeakConnectionPoint::~OWeakConnectionPoint |
( |
| ) |
|
|
inlineprivatevirtual |
void SAL_CALL cppu::OWeakConnectionPoint::acquire |
( |
| ) |
|
throw | ( | |
| ) | | |
|
override |
void SAL_CALL cppu::OWeakConnectionPoint::addReference |
( |
const css::uno::Reference< css::uno::XReference > & |
xRef | ) |
|
|
override |
void cppu::OWeakConnectionPoint::dispose |
( |
void |
| ) |
|
Any SAL_CALL cppu::OWeakConnectionPoint::queryInterface |
( |
const Type & |
rType | ) |
|
|
override |
void SAL_CALL cppu::OWeakConnectionPoint::release |
( |
| ) |
|
throw | ( | |
| ) | | |
|
override |
void SAL_CALL cppu::OWeakConnectionPoint::removeReference |
( |
const css::uno::Reference< css::uno::XReference > & |
xRef | ) |
|
|
override |
oslInterlockedCount cppu::OWeakConnectionPoint::m_aRefCount |
|
private |
The reference counter.
Definition at line 86 of file weak.cxx.
std::vector<Reference<XReference> > cppu::OWeakConnectionPoint::m_aReferences |
|
private |
The container to hold the weak references.
Definition at line 90 of file weak.cxx.
The weak object.
Definition at line 88 of file weak.cxx.
The documentation for this class was generated from the following file: