Classe de base d'une option dynamique.
Plus de détails...
#include <arcane/core/AxlOptionsBuilder.h>
|
enum class | Type {
CO_Simple
, CO_Enumeration
, CO_Extended
, CO_Complex
,
CO_ServiceInstance
} |
|
Classe de base d'une option dynamique.
Définition à la ligne 72 du fichier AxlOptionsBuilder.h.
◆ Type
enum class Arcane::AxlOptionsBuilder::OneOption::Type |
|
strongprotected |
◆ OneOption() [1/2]
Arcane::AxlOptionsBuilder::OneOption::OneOption |
( |
Type |
type, |
|
|
const String & |
name, |
|
|
const String & |
value |
|
) |
| |
|
inlineprotected |
◆ OneOption() [2/2]
Arcane::AxlOptionsBuilder::OneOption::OneOption |
( |
Type |
type, |
|
|
const String & |
name, |
|
|
const OptionList & |
option |
|
) |
| |
|
protected |
◆ OneOptionImpl
◆ OptionList
◆ DocumentJSONWriter
friend Arcane::AxlOptionsBuilder::OneOption::DocumentJSONWriter |
|
private |
◆ DocumentXmlWriter
friend Arcane::AxlOptionsBuilder::OneOption::DocumentXmlWriter |
|
private |
◆ m_function_name
String Arcane::AxlOptionsBuilder::OneOption::m_function_name |
|
protected |
◆ m_name
String Arcane::AxlOptionsBuilder::OneOption::m_name |
|
protected |
◆ m_service_name
String Arcane::AxlOptionsBuilder::OneOption::m_service_name |
|
protected |
Valeur de l'option (si option CO_Simple)
Nom du service (si option de type CO_ServiceInstance)
Définition à la ligne 108 du fichier AxlOptionsBuilder.h.
◆ m_sub_option
std::shared_ptr<OneOptionImpl> Arcane::AxlOptionsBuilder::OneOption::m_sub_option |
|
protected |
◆ m_type
Type Arcane::AxlOptionsBuilder::OneOption::m_type = Type::CO_Simple |
|
protected |
◆ m_value
String Arcane::AxlOptionsBuilder::OneOption::m_value |
|
protected |
La documentation de cette classe a été générée à partir des fichiers suivants :