Arcane  v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arcane::properties::PropertySettingBuilder< T >
+ Graphe de collaboration de Arcane::properties::PropertySettingBuilder< T >:

Fonctions membres publiques

PropertySetting< T, StringaddString (StringView name)
 
PropertySetting< T, StringListaddStringList (StringView name)
 
PropertySetting< T, bool > addBool (StringView name)
 
PropertySetting< T, Int64 > addInt64 (StringView name)
 
PropertySetting< T, Int32 > addInt32 (StringView name)
 

Description détaillée

template<typename T>
class Arcane::properties::PropertySettingBuilder< T >

Définition à la ligne 149 du fichier Property.h.

Documentation des fonctions membres

◆ addBool()

template<typename T >
PropertySetting< T, bool > Arcane::properties::PropertySettingBuilder< T >::addBool ( StringView  name)
inline

Définition à la ligne 160 du fichier Property.h.

◆ addInt32()

template<typename T >
PropertySetting< T, Int32 > Arcane::properties::PropertySettingBuilder< T >::addInt32 ( StringView  name)
inline

Définition à la ligne 168 du fichier Property.h.

◆ addInt64()

template<typename T >
PropertySetting< T, Int64 > Arcane::properties::PropertySettingBuilder< T >::addInt64 ( StringView  name)
inline

Définition à la ligne 164 du fichier Property.h.

◆ addString()

template<typename T >
PropertySetting< T, String > Arcane::properties::PropertySettingBuilder< T >::addString ( StringView  name)
inline

Définition à la ligne 152 du fichier Property.h.

◆ addStringList()

template<typename T >
PropertySetting< T, StringList > Arcane::properties::PropertySettingBuilder< T >::addStringList ( StringView  name)
inline

Définition à la ligne 156 du fichier Property.h.


La documentation de cette classe a été générée à partir du fichier suivant :