12#ifndef ARCANE_CORE_ITEMFAMILYSERIALIZEARGS_H
13#define ARCANE_CORE_ITEMFAMILYSERIALIZEARGS_H
17#include "arcane/utils/ArrayView.h"
46class ARCANE_CORE_EXPORT ItemFamilySerializeArgs
52 : m_serializer(aserializer)
54 , m_local_ids(local_ids)
55 , m_message_index(message_index)
85 Int32 m_rank = A_NULL_RANK;
Declarations of types used in Arcane.
Integer messageIndex() const
Message index in the list of messages.
Int32 rank() const
Rank of the source or destination.
Int32ConstArrayView localIds() const
Local indices of the entities. During serialization, these are the local indices of the entities sent...
ISerializer * serializer() const
Associated serializer.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
ConstArrayView< Int32 > Int32ConstArrayView
C equivalent of a 1D array of 32-bit integers.
std::int32_t Int32
Signed integer type of 32 bits.