Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::properties::PropertySettingBuilder< T > Class Template Reference
Collaboration diagram for Arcane::properties::PropertySettingBuilder< T >:

Public Member Functions

PropertySetting< T, StringaddString (StringView name)
PropertySetting< T, StringListaddStringList (StringView name)
PropertySetting< T, bool > addBool (StringView name)
PropertySetting< T, Int64addInt64 (StringView name)
PropertySetting< T, Int32addInt32 (StringView name)

Detailed Description

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

Definition at line 157 of file Property.h.

Member Function Documentation

◆ addBool()

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

Definition at line 169 of file Property.h.

◆ addInt32()

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

Definition at line 177 of file Property.h.

◆ addInt64()

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

Definition at line 173 of file Property.h.

◆ addString()

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

Definition at line 161 of file Property.h.

◆ addStringList()

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

Definition at line 165 of file Property.h.


The documentation for this class was generated from the following file: