12#ifndef ARCANE_CORE_ABSTRACTMODULE_H
13#define ARCANE_CORE_ABSTRACTMODULE_H
17#include "arcane/utils/String.h"
18#include "arcane/utils/VersionInfo.h"
19#include "arcane/utils/TraceAccessor.h"
22#include "arcane/core/IModule.h"
23#include "arcane/core/ModuleBuildInfo.h"
Declarations of Arcane's general types.
ISession * session() const override
Session associated with the module.
bool m_used
true if the module is used
void setDisabled(bool v) override
Sets the module activation flag.
static void staticInitialize(ISubDomain *sd)
Initialization of the module for the sub-domain sd.
String name() const override
Module name.
String m_name
Module name.
MeshHandle defaultMeshHandle() const override
Default mesh for this module.
MeshHandle m_default_mesh_handle
Default mesh of the module.
VersionInfo m_version_info
Module version.
void setUsed(bool v) override
Sets the module usage flag.
ISubDomain * subDomain() const override
Sub-domain associated with the module.
ISession * m_session
Session.
bool isGarbageCollected() const override
Indicates if the module uses a Garbage collection system.
ISubDomain * m_sub_domain
sub-domain
bool m_disabled
Module activation status.
VersionInfo versionInfo() const override
Module version.
bool disabled() const override
Returns the module activation status.
IMesh * defaultMesh() const override
Default mesh for this module.
bool used() const override
Returns the module usage status.
IAcceleratorMng * m_accelerator_mng
Accelerator manager.
AbstractModule(const ModuleBuildInfo &)
Constructor from a ModuleBuildInfo.
Accelerator manager interface.
Interface of the parallelism manager for a subdomain.
Interface for a case execution session.
Interface of the subdomain manager.
Information for building a module.
Unicode character string.
TraceAccessor(ITraceMng *m)
Constructs an accessor via the trace manager m.
Information about a version.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --