8#ifndef ARCANE_CASEOPTION_AXLSTAR_ARCANECASEMESHMASTERSERVICE_H
9#define ARCANE_CASEOPTION_AXLSTAR_ARCANECASEMESHMASTERSERVICE_H
14#include "arcane/utils/String.h"
16#include "arcane/CaseOptions.h"
17#include "arcane/CaseOptionsMulti.h"
18#include "arcane/CaseOptionBuildInfo.h"
19#include "arcane/XmlNodeList.h"
20#include "arcane/CaseOptionService.h"
31class CaseOptionsArcaneCaseMeshMasterService
47 "ArcaneCaseMeshService",
70 return m_case_options.get();
75 return m_case_options->configList();
80 m_case_options->setCaseModule(m);
85 m_case_options->setCaseServiceInfo(si);
91 m_case_options->addAlternativeNodeName(lang,name);
130#ifndef ARCANE_MODULE_AXLSTAR_ARCANECASEMESHMASTERSERVICE_H
131#define ARCANE_MODULE_AXLSTAR_ARCANECASEMESHMASTERSERVICE_H
136#include "arcane/VariableTypes.h"
137#include "arcane/ServiceInfo.h"
138#include "arcane/ISubDomain.h"
139#include "arcane/ServiceBuildInfo.h"
140#include "arcane/ServiceFactory.h"
141#include "arcane/ServiceRegisterer.h"
142#include "arcane/BasicService.h"
144#ifndef ARCANE_HAS_SPECIFIC_BASIC_SERVICE
164class CaseOptionsArcaneCaseMeshMasterService;
178 si->setCaseOptionsFileName(
"ArcaneCaseMeshMasterService_arcane_impl");
179 si->setAxlVersion(0.0);
180 si->setDefaultTagName(
"arcane-case-mesh-master-service");
226 int file_version = 1;
234#define ARCANE_REGISTER_SERVICE_ARCANECASEMESHMASTERSERVICE(service_name,class_name) \
235 ARCANE_REGISTER_AXL_SERVICE(class_name,Arcane::ServiceProperty(#service_name,Arcane::ST_CaseOption,\
#define ARCANE_SERVICE_INTERFACE(ainterface)
Macro to declare an interface when registering a service.
AbstractService(const ServiceBuildInfo &)
Constructor from a ServiceBuildInfo.
virtual ~ArcaneArcaneCaseMeshMasterServiceObject()
Destructeur.
static Arcane::FileContent getAxlContent()
Variables du service.
CaseOptionsArcaneCaseMeshMasterService * options() const
Options du jeu de données du service.
CaseOptionsArcaneCaseMeshMasterService * m_options
Options du jeu de données du service.
ArcaneArcaneCaseMeshMasterServiceObject(const Arcane::ServiceBuildInfo &sbi)
Constructeur.
Base class of a service linked to a subdomain.
Information for building a dataset option.
Data set option of the service list type.
Constant view of an array of type T.
Description and content of a file.
Interface of the service managing the meshes of the dataset.
Interface for a data set options list.
Interface for a list of data set options.
Interface for service or module information.
Information about a service.
Encapsulation of a pointer with a reference counter.
static void registerToServiceInfo(ServiceInfo *si, const Interfaces &... args)
Registers the factories for the Interfaces interfaces in the service.
ICaseOptions * caseOptions() const
Access to the associated ICaseOptions.
Structure containing the information to create a service.
View of an array of elements of type T.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
unsigned char Byte
Type of a byte.