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
Type entier signé sur 8 bits.
std::int64_t Int64
Type entier signé sur 64 bits.
std::int16_t Int16
Type entier signé sur 16 bits.
unsigned char Byte
Type d'un octet.
std::int32_t Int32
Type entier signé sur 32 bits.