Data set 'ServiceInstance' option. More...
#include <arcane/core/AxlOptionsBuilder.h>
Public Member Functions | |
| ServiceInstance (const String &option_name, const String &service_name, const std::initializer_list< OneOption > &options) | |
| ServiceInstance (const String &option_name, const String &service_name, const OptionList &options) | |
| ServiceInstance (const String &option_name, const String &service_name) | |
Additional Inherited Members | |
| Protected Types inherited from Arcane::AxlOptionsBuilder::OneOption | |
| enum class | Type { CO_Simple , CO_Enumeration , CO_Extended , CO_Complex , CO_ServiceInstance } |
| Protected Member Functions inherited from Arcane::AxlOptionsBuilder::OneOption | |
| OneOption (Type type, const String &name, const String &value) | |
| OneOption (Type type, const String &name, const OptionList &option) | |
| Protected Attributes inherited from Arcane::AxlOptionsBuilder::OneOption | |
| Type | m_type = Type::CO_Simple |
| String | m_name |
| String | m_value |
| Option name. | |
| String | m_service_name |
| Option value (if CO_Simple option). | |
| String | m_function_name |
| std::shared_ptr< OneOptionImpl > | m_sub_option |
Data set 'ServiceInstance' option.
Definition at line 209 of file AxlOptionsBuilder.h.
| Arcane::AxlOptionsBuilder::ServiceInstance::ServiceInstance | ( | const String & | option_name, |
| const String & | service_name, | ||
| const std::initializer_list< OneOption > & | options ) |
Definition at line 73 of file AxlOptionsBuilder.cc.
| Arcane::AxlOptionsBuilder::ServiceInstance::ServiceInstance | ( | const String & | option_name, |
| const String & | service_name, | ||
| const OptionList & | options ) |
Definition at line 85 of file AxlOptionsBuilder.cc.
| Arcane::AxlOptionsBuilder::ServiceInstance::ServiceInstance | ( | const String & | option_name, |
| const String & | service_name ) |
Definition at line 96 of file AxlOptionsBuilder.cc.