Definition at line 47 of file weak.cxx.
cppu::OWeakConnectionPoint::OWeakConnectionPoint |
( |
OWeakObject * |
pObj | ) |
|
|
inlineexplicit |
Hold the weak object without an acquire (only the pointer).
Definition at line 53 of file weak.cxx.
virtual cppu::OWeakConnectionPoint::~OWeakConnectionPoint |
( |
| ) |
|
|
inlineprivatevirtual |
void SAL_CALL cppu::OWeakConnectionPoint::acquire |
( |
| ) |
|
|
overridenoexcept |
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 |
( |
| ) |
|
|
overridenoexcept |
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 81 of file weak.cxx.
std::vector<Reference<XReference> > cppu::OWeakConnectionPoint::m_aReferences |
|
private |
The container to hold the weak references.
Definition at line 85 of file weak.cxx.
The weak object.
Definition at line 83 of file weak.cxx.
The documentation for this class was generated from the following file: