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

Public Member Functions

 ConfigurationPropertyReader (IConfigurationSection *cs, T &instance)
void visit (const PropertySettingBase< T > &s) override
Public Member Functions inherited from Arcane::properties::PropertyVisitor< T >
PropertySettingBuilder< T > builder ()

Private Attributes

IConfigurationSectionm_configuration_section
T & m_instance

Detailed Description

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

Definition at line 35 of file ConfigurationPropertyReader.h.

Constructor & Destructor Documentation

◆ ConfigurationPropertyReader()

template<typename T>
Arcane::properties::ConfigurationPropertyReader< T >::ConfigurationPropertyReader ( IConfigurationSection * cs,
T & instance )
inline

Definition at line 40 of file ConfigurationPropertyReader.h.

Member Function Documentation

◆ visit()

template<typename T>
void Arcane::properties::ConfigurationPropertyReader< T >::visit ( const PropertySettingBase< T > & s)
inlineoverridevirtual

Member Data Documentation

◆ m_configuration_section

template<typename T>
IConfigurationSection* Arcane::properties::ConfigurationPropertyReader< T >::m_configuration_section
private

Definition at line 47 of file ConfigurationPropertyReader.h.

◆ m_instance

template<typename T>
T& Arcane::properties::ConfigurationPropertyReader< T >::m_instance
private

Definition at line 48 of file ConfigurationPropertyReader.h.


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