Searched refs:m_impl (Results 1 – 2 of 2) sorted by relevance
406 PropertySetMixinImpl::BoundListeners::BoundListeners(): m_impl(new Impl) {} in BoundListeners()409 delete m_impl; in ~BoundListeners()413 for (BoundListenerBag::const_iterator i(m_impl->specificListeners.begin()); in notify()414 i != m_impl->specificListeners.end(); ++i) in notify()417 (*i)->propertyChange(m_impl->event); in notify()421 m_impl->unspecificListeners.begin()); in notify()422 i != m_impl->unspecificListeners.end(); ++i) in notify()425 (*i)->propertyChange(m_impl->event); in notify()1013 m_impl = new Impl(context, implements, absentOptional, type); in PropertySetMixinImpl()1014 m_impl->acquire(); in PropertySetMixinImpl()[all …]
164 Impl * m_impl; member in cppu::PropertySetMixinImpl::BoundListeners393 Impl * m_impl; member in cppu::PropertySetMixinImpl