Data set 'Enumeration' option. More...
#include <arcane/core/AxlOptionsBuilder.h>
Public Member Functions | |
| Enumeration (const String &name, const String &value) | |
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 'Enumeration' option.
Definition at line 160 of file AxlOptionsBuilder.h.
|
inline |
Definition at line 165 of file AxlOptionsBuilder.h.