12#ifndef ARCANE_IMPL_CONFIGURATIONREADER_H
13#define ARCANE_IMPL_CONFIGURATIONREADER_H
17#include "arcane/utils/TraceAccessor.h"
37class ARCANE_IMPL_EXPORT ConfigurationReader
54 , m_configuration(config)
void addValuesFromXmlNode(const XmlNode &element, Integer priority)
Adds values to the configuration.
void addValuesFromJSON(const JSONValue &jv, Integer priority)
Adds values to the configuration.
Interface for a configuration.
Unicode character string.
TraceAccessor(ITraceMng *m)
Constructs an accessor via the trace manager m.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.