12#ifndef ARCANE_CORE_CASEDATASETSOURCE_H
13#define ARCANE_CORE_CASEDATASETSOURCE_H
37class ARCANE_CORE_EXPORT CaseDatasetSource
44 CaseDatasetSource(
const CaseDatasetSource& rhs);
45 CaseDatasetSource& operator=(
const CaseDatasetSource& rhs);
Declarations of Arcane's general types.
void setFileName(const String &name)
Sets the file name of the dataset.
String fileName() const
File name of the dataset.
void setContent(Span< const std::byte > bytes)
Sets the content of the dataset.
ByteConstSpan content() const
Content of the dataset.
View of an array of elements of type T.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Span< const std::byte > ByteConstSpan
Read-only view of a 1D array of characters.