12#ifndef ARCANE_CORE_DATATYPE_ARRAYVARIANT_H
13#define ARCANE_CORE_DATATYPE_ARRAYVARIANT_H
17#include "arcane/utils/ArrayView.h"
18#include "arcane/utils/Iostream.h"
20#include "arcane/core/datatype/VariantBase.h"
45class ARCANE_DATATYPE_EXPORT ArrayVariant
50 ArrayVariant(eType type,
Integer size);
109 void* m_allocated_array;
114ARCANE_DATATYPE_EXPORT std::ostream&
Modifiable view of an array of type T.
Constant view of an array of type T.
Class managing a 2-dimensional real vector.
Class managing a 2x2 matrix of reals.
Class managing a 3-dimensional real vector.
Class managing a 3x3 real matrix.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
std::ostream & operator<<(std::ostream &ostr, eItemKind item_kind)
Output operator for a stream.