13#ifndef ARCANE_DATATYPE_SMALLVARIANT_H
14#define ARCANE_DATATYPE_SMALLVARIANT_H
18#include "arcane/utils/String.h"
19#include "arcane/utils/Convert.h"
50 static inline int convertFromReal(
int,
Real v)
58 static inline unsigned int convertFromReal(
unsigned int,
Real v)
66 static inline long convertFromReal(
long,
Real v)
74 static inline unsigned long convertFromReal(
unsigned long,
Real v)
82 static inline long long convertFromReal(
long long,
Real v)
90 static inline unsigned long long convertFromReal(
unsigned long long,
Real v)
107 SmallVariant(
Int32 v)
110 SmallVariant(
Int64 v)
116 SmallVariant(
const String& v)
126 void setValueAll(
Real v)
135 void setValueAll(
Int32 v)
144 void setValueAll(
Int64 v)
153 void setValueAll(
bool v)
195 virtual ~VariantGetterT() {}
197 {
Type t; v.value(t);
return t; }
Classe gérant un type polymorphe.
eType m_sticky_type
Type garanti valide de la valeur.
String m_string_value
Valeur de type chaîne de caractère.
Real m_real_value
Valeur de type réelle.
Int32 m_int32_value
Valeur de type entier.
bool m_bool_value
Valeur de type entier booléenne.
Int64 m_int64_value
Valeur de type entier naturel.
Chaîne de caractères unicode.
Real toReal(Real r)
Converti r en un Real.
double toDouble(Real r)
Converti un Real en double.
std::int64_t Int64
Type entier signé sur 64 bits.
Int32 Integer
Type représentant un entier.
double Real
Type représentant un réel.
std::int32_t Int32
Type entier signé sur 32 bits.