35bool RefBase::DeleterBase::
38 ARCCORE_UNUSED(instance);
48bool RefBase::DeleterBase::
49_destroyHandle(
const void* instance,Internal::ExternalRef& handle)
51 return _destroyHandleTrue(instance,handle);
57bool RefBase::DeleterBase::
58_destroyHandle(
void* instance,Internal::ExternalRef& handle)
60 return _destroyHandleTrue(instance,handle);
Gestion des références à une classe C++.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-