Classe de base d'une option service pouvant être présente plusieurs fois. Plus de détails...
#include <arcane/core/CaseOptionService.h>
Fonctions membres publiques | |
CaseOptionMultiService (const CaseOptionBuildInfo &cob, bool allow_null) | |
CaseOptionMultiService (const CaseOptionMultiService &)=delete | |
const CaseOptionMultiService & | operator= (const CaseOptionMultiService &)=delete |
XmlNode | rootElement () const |
String | rootTagName () const |
String | name () const |
void | getAvailableNames (StringArray &names) const |
Retourne dans names les noms d'implémentations valides pour ce service. | |
String | serviceName (Integer index) const |
Nom du n-ième service. | |
void | addAlternativeNodeName (const String &lang, const String &name) |
void | setMeshName (const String &mesh_name) |
Positionne le nom du maillage auquel le service sera associé. | |
String | meshName () const |
Nom du maillage auquel le service est associé. | |
Fonctions membres protégées | |
CaseOptionMultiServiceImpl * | _impl () |
const CaseOptionMultiServiceImpl * | _impl () const |
Attributs privés | |
ReferenceCounter< CaseOptionMultiServiceImpl > | m_impl |
Classe de base d'une option service pouvant être présente plusieurs fois.
Définition à la ligne 261 du fichier CaseOptionService.h.
|
inline |
Définition à la ligne 264 du fichier CaseOptionService.h.
|
inlineprotected |
Définition à la ligne 305 du fichier CaseOptionService.h.
|
inlineprotected |
Définition à la ligne 306 du fichier CaseOptionService.h.
|
inline |
Définition à la ligne 285 du fichier CaseOptionService.h.
|
inline |
Retourne dans names les noms d'implémentations valides pour ce service.
Définition à la ligne 276 du fichier CaseOptionService.h.
String Arcane::CaseOptionMultiService::meshName | ( | ) | const |
Nom du maillage auquel le service est associé.
Définition à la ligne 110 du fichier CaseOptionService.cc.
|
inline |
Définition à la ligne 274 du fichier CaseOptionService.h.
|
inline |
Définition à la ligne 272 du fichier CaseOptionService.h.
|
inline |
Définition à la ligne 273 du fichier CaseOptionService.h.
|
inline |
Nom du n-ième service.
Définition à la ligne 281 du fichier CaseOptionService.h.
Positionne le nom du maillage auquel le service sera associé.
Définition à la ligne 101 du fichier CaseOptionService.cc.
|
private |
Définition à la ligne 310 du fichier CaseOptionService.h.