12#ifndef ARCANE_CORE_IPHYSICALUNITSYSTEM_H
13#define ARCANE_CORE_IPHYSICALUNITSYSTEM_H
Declarations of types used in Arcane.
virtual IPhysicalUnitConverter * createConverter(IPhysicalUnit *from, IPhysicalUnit *to)=0
Creates a converter between two units. The caller must destroy the returned converter....
virtual IPhysicalUnitConverter * createConverter(const String &from, const String &to)=0
Creates a converter between two units. The caller must destroy the returned converter.
virtual ~IPhysicalUnitSystem()=default
Releases resources.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --