16#include "arcane/utils/Ref.h"
38 return m_singleton_tracer.get();
49 const Int32* m_local_ids;
56 vpod->m_local_ids = ie->unguardedLocalIds();
57 vpod->m_index = ie->
index();
58 vpod->m_count = ie->
count();
59 vpod->m_shared_info = ie->_sharedInfo();
65extern "C++" ARCANE_CORE_EXPORT
void
66arcaneSetSingletonItemEnumeratorTracer(Ref<IItemEnumeratorTracer> tracer)
68 m_singleton_tracer = tracer;
View on a typed array of entities.
Reference to an instance.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
std::int32_t Int32
Signed integer type of 32 bits.