Fonctions pour convertir un type en un autre. Plus de détails...
| Classes | |
| class | ScalarType | 
| class | Type | 
| class | Type< Int32 > | 
| class | Type< Int64 > | 
| Spécialisation pour les types scalaires.  Plus de détails... | |
| class | Type< Real > | 
| Fonctions | |
| double | toDouble (Real r) | 
| Converti un Realendouble. | |
| Integer | toInteger (Real r) | 
| Converti un RealenInteger. | |
| Int64 | toInt64 (Real r) | 
| Converti un RealenInt64. | |
| Int32 | toInt32 (Real r) | 
| Converti un RealenInt32. | |
| bool | toBool (Real r) | 
| Converti un RealenInteger. | |
| Real | toReal (Real r) | 
| Converti ren unReal. | |
| Real | toReal (int r) | 
| Converti ren unReal. | |
| Real | toReal (unsigned int r) | 
| Converti ren unReal. | |
| Real | toReal (long r) | 
| Converti ren unReal. | |
| Real | toReal (unsigned long r) | 
| Converti ren unReal. | |
| Real | toReal (long long r) | 
| Converti ren unReal. | |
| Real | toReal (unsigned long long r) | 
| Converti ren unReal. | |
| String | toHexaString (ByteConstArrayView input) | 
| Converti un tableau d'octet en sa représentation hexadécimale. | |
| String | toHexaString (Span< const std::byte > input) | 
| Converti un tableau d'octet en sa représentation hexadécimale. | |
| String | toHexaString (Real input) | 
| Converti un réel en sa représentation hexadécimale. | |
| void | toHexaString (Int64 input, Span< Byte > output) | 
| Converti un entier 64 bits sa représentation hexadécimale. | |
Fonctions pour convertir un type en un autre.
| 
 | inline | 
| 
 | inline | 
Converti un Real en double. 
Définition à la ligne 32 du fichier Convert.h.
Référencé par Arcane::math::axisSymmetric(), Arcane::math::log(), Arcane::math::planarSymmetric(), Arcane::math::pow(), Arcane::math::sqrt(), toBool(), toInt32(), toInt64(), Arcane::CheckedConvert::toInteger(), toInteger(), et Arcane::LimaMeshWriter::writeMeshToFile().
| 
 | extern | 
Converti un tableau d'octet en sa représentation hexadécimale.
Chaque octet de input est converti en deux caractères hexadécimaux, appartenant à [0-9a-f].
Définition à la ligne 74 du fichier Convert.cc.
Références Arcane::asBytes().
Référencé par Arcane::MeshUtils::checkUniqueIdsHashCollective(), et toHexaString().
Converti un entier 64 bits sa représentation hexadécimale.
Chaque octet de input est converti en deux caractères hexadécimaux, appartenant à [0-9a-f]. Le tableau output doit avoir au moins 16 éléments.
Définition à la ligne 83 du fichier Convert.cc.
Converti un réel en sa représentation hexadécimale.
Chaque octet de input est converti en deux caractères hexadécimaux, appartenant à [0-9a-f].
Définition à la ligne 97 du fichier Convert.cc.
Références toHexaString().
Converti un tableau d'octet en sa représentation hexadécimale.
Chaque octet de input est converti en deux caractères hexadécimaux, appartenant à [0-9a-f].
Définition à la ligne 65 du fichier Convert.cc.
Définition à la ligne 63 du fichier Convert.h.
Références toDouble().
Référencé par Arcane::CartesianMeshImpl::reduceNbGhostLayers().
Définition à la ligne 54 du fichier Convert.h.
Références toDouble().
Référencé par Arcane::Parallel::Stat::print().
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |