Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::CaseOptionsPrivate Class Reference
Collaboration diagram for Arcane::CaseOptionsPrivate:

Public Member Functions

 CaseOptionsPrivate (ICaseMng *cm, const String &name)
 CaseOptionsPrivate (ICaseOptionList *co_list, const String &name)

Public Attributes

ICaseOptionListm_parent = nullptr
ICaseMngm_case_mng
ReferenceCounter< ICaseOptionListm_config_list
IModulem_module = nullptr
 Associated module or 0 if none.
IServiceInfom_service_info = nullptr
 Associated service or 0 if none.
String m_name
String m_true_name
bool m_is_multi = false
bool m_is_translated_name_set = false
bool m_is_phase1_read = false
StringDictionary m_name_translations
ICaseFunctionm_activate_function = nullptr
 Function indicating activation status.
bool m_is_case_mng_registered = false
MeshHandle m_mesh_handle
ICaseDocumentFragmentm_own_case_document_fragment = nullptr
Ref< ICaseMngm_case_mng_ref

Detailed Description

Definition at line 57 of file CaseOptions.cc.

Constructor & Destructor Documentation

◆ CaseOptionsPrivate() [1/2]

Arcane::CaseOptionsPrivate::CaseOptionsPrivate ( ICaseMng * cm,
const String & name )
inline

Definition at line 61 of file CaseOptions.cc.

◆ CaseOptionsPrivate() [2/2]

Arcane::CaseOptionsPrivate::CaseOptionsPrivate ( ICaseOptionList * co_list,
const String & name )
inline

Definition at line 69 of file CaseOptions.cc.

◆ ~CaseOptionsPrivate()

Arcane::CaseOptionsPrivate::~CaseOptionsPrivate ( )
inline

Definition at line 79 of file CaseOptions.cc.

Member Data Documentation

◆ m_activate_function

ICaseFunction* Arcane::CaseOptionsPrivate::m_activate_function = nullptr

Function indicating activation status.

Definition at line 97 of file CaseOptions.cc.

◆ m_case_mng

ICaseMng* Arcane::CaseOptionsPrivate::m_case_mng

Definition at line 87 of file CaseOptions.cc.

◆ m_case_mng_ref

Ref<ICaseMng> Arcane::CaseOptionsPrivate::m_case_mng_ref

Definition at line 102 of file CaseOptions.cc.

◆ m_config_list

ReferenceCounter<ICaseOptionList> Arcane::CaseOptionsPrivate::m_config_list

Definition at line 88 of file CaseOptions.cc.

◆ m_is_case_mng_registered

bool Arcane::CaseOptionsPrivate::m_is_case_mng_registered = false

Definition at line 98 of file CaseOptions.cc.

◆ m_is_multi

bool Arcane::CaseOptionsPrivate::m_is_multi = false

Definition at line 93 of file CaseOptions.cc.

◆ m_is_phase1_read

bool Arcane::CaseOptionsPrivate::m_is_phase1_read = false

Definition at line 95 of file CaseOptions.cc.

◆ m_is_translated_name_set

bool Arcane::CaseOptionsPrivate::m_is_translated_name_set = false

Definition at line 94 of file CaseOptions.cc.

◆ m_mesh_handle

MeshHandle Arcane::CaseOptionsPrivate::m_mesh_handle

Definition at line 99 of file CaseOptions.cc.

◆ m_module

IModule* Arcane::CaseOptionsPrivate::m_module = nullptr

Associated module or 0 if none.

Definition at line 89 of file CaseOptions.cc.

◆ m_name

String Arcane::CaseOptionsPrivate::m_name

Definition at line 91 of file CaseOptions.cc.

◆ m_name_translations

StringDictionary Arcane::CaseOptionsPrivate::m_name_translations

Definition at line 96 of file CaseOptions.cc.

◆ m_own_case_document_fragment

ICaseDocumentFragment* Arcane::CaseOptionsPrivate::m_own_case_document_fragment = nullptr

Definition at line 101 of file CaseOptions.cc.

◆ m_parent

ICaseOptionList* Arcane::CaseOptionsPrivate::m_parent = nullptr

Definition at line 86 of file CaseOptions.cc.

◆ m_service_info

IServiceInfo* Arcane::CaseOptionsPrivate::m_service_info = nullptr

Associated service or 0 if none.

Definition at line 90 of file CaseOptions.cc.

◆ m_true_name

String Arcane::CaseOptionsPrivate::m_true_name

Definition at line 92 of file CaseOptions.cc.


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