25typedef bool (*
weakref_searchfunc)(
const css::uno::WeakReference< css::uno::XInterface >& xRef,
void const * pSearchData );
30 std::vector< css::uno::WeakReference< css::uno::XInterface > >
maVector;
std::vector< css::uno::WeakReference< css::uno::XInterface > > maVector
void insert(const css::uno::WeakReference< css::uno::XInterface > &xRef) noexcept
inserts the given ref into this container
bool findRef(css::uno::WeakReference< css::uno::XInterface > &rRef, void const *pSearchData, weakref_searchfunc pSearchFunc)
searches the container for a ref that returns true on the given search function
SvUnoWeakContainer() noexcept
bool(* weakref_searchfunc)(const css::uno::WeakReference< css::uno::XInterface > &xRef, void const *pSearchData)