14#include "arcane/core/MeshVariableScalarRef.inst.h"
15#include "arcane/core/MeshPartialVariableScalarRef.inst.h"
16#include "arcane/core/VariableFactoryRegisterer.h"
27ARCANE_INSTANTIATE_MESHVARIABLE_SCALAR(
Int8);
28ARCANE_INSTANTIATE_MESHVARIABLE_SCALAR(
Int16);
29ARCANE_INSTANTIATE_MESHVARIABLE_SCALAR(
Int32);
30ARCANE_INSTANTIATE_MESHVARIABLE_SCALAR(
Int64);
31ARCANE_INSTANTIATE_MESHVARIABLE_SCALAR(
Byte);
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::int8_t Int8
Signed integer type of 8 bits.
std::int64_t Int64
Signed integer type of 64 bits.
std::int16_t Int16
Signed integer type of 16 bits.
unsigned char Byte
Type of a byte.
std::int32_t Int32
Signed integer type of 32 bits.