Data set 'Simple' option. More...
#include <arcane/core/AxlOptionsBuilder.h>
Public Member Functions | |
| Simple (const String &name, Int32 value) | |
| Simple (const String &name, Int64 value) | |
| Simple (const String &name, Real value) | |
| Simple (const String &name, const String &value) | |
| Simple & | addFunction (const String &func_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 'Simple' option.
Definition at line 121 of file AxlOptionsBuilder.h.
Definition at line 126 of file AxlOptionsBuilder.h.
Definition at line 130 of file AxlOptionsBuilder.h.
Definition at line 135 of file AxlOptionsBuilder.h.
Definition at line 140 of file AxlOptionsBuilder.h.
|
inline |
Definition at line 147 of file AxlOptionsBuilder.h.