12#ifndef ARCANE_UTILS_CONVERT_H
13#define ARCANE_UTILS_CONVERT_H
18#include "arccore/base/Convert.h"
34extern ARCANE_UTILS_EXPORT String
45extern ARCANE_UTILS_EXPORT String
56extern ARCANE_UTILS_EXPORT String
68extern ARCANE_UTILS_EXPORT
void
Déclarations des types utilisés dans Arcane.
Fonctions pour convertir un type en un autre.
String toHexaString(ByteConstArrayView input)
Converti un tableau d'octet en sa représentation hexadécimale.
std::int64_t Int64
Type entier signé sur 64 bits.
double Real
Type représentant un réel.
ConstArrayView< Byte > ByteConstArrayView
Equivalent C d'un tableau à une dimension de caractères.