14#include "arcane/utils/Iostream.h"
16#include "arcane/core/SharedReference.h"
std::atomic< Int32 > m_ref_count
Number of references on the object.
virtual void deleteMe()=0
Destroys the referenced object.
void addRef() override
Increments the reference counter.
void removeRef() override
Decrements the reference counter.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
void arcaneNoReferenceErrorCallTerminate(const void *ptr)
Use of an unreferenced object.
std::int32_t Int32
Signed integer type of 32 bits.