34#ifndef REF_COUNTED_PIMPL_HPP
35#define REF_COUNTED_PIMPL_HPP
39#include "blocxx/BLOCXX_config.h"
63 template <
typename Impl>
103 return static_cast<Impl *
>(
m_impl.getPtr());
IntrusiveReference< IntrusiveCountableBase > m_impl
RefCountedPimpl(IntrusiveCountableBase *p)