Public Member Functions | |
| CaseOptionServiceT (const CaseOptionBuildInfo &cob, bool allow_null, bool is_optional) | |
| InterfaceType * | operator() () const |
| InterfaceType * | instance () const |
| Ref< InterfaceType > | instanceRef () const |
| Public Member Functions inherited from Arcane::CaseOptionService | |
| CaseOptionService (const CaseOptionBuildInfo &cob, bool allow_null, bool is_optional) | |
| CaseOptionService (const CaseOptionService &)=delete | |
| const CaseOptionService & | operator= (const CaseOptionService &)=delete |
| operator CaseOptions & () | |
| operator const CaseOptions & () const | |
| const ICaseOptions * | toICaseOptions () |
| String | rootTagName () const |
| String | name () const |
| String | serviceName () const |
| bool | isOptional () const |
| bool | isPresent () const |
| void | addAlternativeNodeName (const String &lang, const String &name) |
| void | getAvailableNames (StringArray &names) const |
| void | setDefaultValue (const String &def_value) |
| Sets the default value for the service name. | |
| void | addDefaultValue (const String &category, const String &value) |
| Adds the default value value to the category category. | |
| void | setMeshName (const String &mesh_name) |
| Sets the mesh name to which the service will be associated. | |
| String | meshName () const |
| Mesh name to which the service is associated. | |
Private Member Functions | |
| InterfaceType * | _instance () const |
| Ref< InterfaceType > | _instanceRef () const |
Private Attributes | |
| CaseOptionServiceContainer< InterfaceType > | m_container |
Additional Inherited Members | |
| Protected Member Functions inherited from Arcane::CaseOptionService | |
| CaseOptionServiceImpl * | _impl () |
| const CaseOptionServiceImpl * | _impl () const |
Definition at line 236 of file CaseOptionService.h.
|
inline |
Definition at line 241 of file CaseOptionService.h.
|
inlineprivate |
Definition at line 260 of file CaseOptionService.h.
|
inlineprivate |
Definition at line 266 of file CaseOptionService.h.
|
inline |
Definition at line 251 of file CaseOptionService.h.
|
inline |
Definition at line 252 of file CaseOptionService.h.
|
inline |
Definition at line 250 of file CaseOptionService.h.
|
private |
Definition at line 256 of file CaseOptionService.h.