12#ifndef ARCANE_STD_INTERNAL_PARALLELDATAREADER_H
13#define ARCANE_STD_INTERNAL_PARALLELDATAREADER_H
46class ParallelDataReader
53 ParallelDataReader(
const ParallelDataReader& rhs) =
delete;
54 ~ParallelDataReader();
61 void getSortedValues(
IData* written_data,
IData* data);
Declarations of types used in Arcane.
Base class for 1D data vectors.
Interface of a data item.
Interface of the parallelism manager for a subdomain.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --