12#ifndef ARCANE_MODULEPROPERTY_H
13#define ARCANE_MODULEPROPERTY_H
47 , m_is_autoload(is_autoload)
56 , m_is_autoload(
false)
63 const char*
name()
const {
return m_name; }
Arcane configuration file.
ModuleProperty(const char *aname) ARCANE_NOEXCEPT
Constructs an instance for a module named aname.
ModuleProperty(const char *aname, bool is_autoload) ARCANE_NOEXCEPT
Constructs an instance for a module named aname.
bool isAutoload() const
Indicates if the module is automatically loaded.
const char * name() const
Module name.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --