Public Member Functions | |
| UdunitsPhysicalUnitSystem (ITraceMng *tm) | |
| virtual IPhysicalUnitConverter * | createConverter (IPhysicalUnit *from, IPhysicalUnit *to) |
| Creates a converter between two units. The caller must destroy the returned converter. The units from and to must have been created by this unit system. | |
| virtual IPhysicalUnitConverter * | createConverter (const String &from, const String &to) |
| Creates a converter between two units. The caller must destroy the returned converter. | |
| Public Member Functions inherited from Arcane::TraceAccessor | |
| TraceAccessor (ITraceMng *m) | |
| Constructs an accessor via the trace manager m. | |
| TraceAccessor (const TraceAccessor &rhs) | |
| Copy constructor. | |
| TraceAccessor & | operator= (const TraceAccessor &rhs) |
| Copy assignment operator. | |
| virtual | ~TraceAccessor () |
| Frees resources. | |
| ITraceMng * | traceMng () const |
| Trace manager. | |
| TraceMessage | info () const |
| Flow for an information message. | |
| TraceMessage | pinfo () const |
| Flow for a parallel information message. | |
| TraceMessage | info (char category) const |
| Flow for an information message of a given category. | |
| TraceMessage | pinfo (char category) const |
| Flow for a parallel information message of a given category. | |
| TraceMessage | info (bool v) const |
| Flow for an information message. | |
| TraceMessage | warning () const |
| Flow for a warning message. | |
| TraceMessage | pwarning () const |
| TraceMessage | error () const |
| Flow for an error message. | |
| TraceMessage | perror () const |
| TraceMessage | log () const |
| Flow for a log message. | |
| TraceMessage | plog () const |
| Flow for a log message. | |
| TraceMessage | logdate () const |
| Flow for a log message preceded by the date. | |
| TraceMessage | fatal () const |
| Flow for a fatal error message. | |
| TraceMessage | pfatal () const |
| Flow for a parallel fatal error message. | |
| TraceMessageDbg | debug (Trace::eDebugLevel=Trace::Medium) const |
| Flow for a debug message. | |
| Trace::eDebugLevel | configDbgLevel () const |
| Debug level of the configuration file. | |
| TraceMessage | info (Int32 verbose_level) const |
| Flow for an information message of a given level. | |
| TraceMessage | linfo () const |
| Flow for an information message with the local information level of this instance. | |
| TraceMessage | linfo (Int32 relative_level) const |
| Flow for an information message with the local information level of this instance. | |
| void | fatalMessage (const StandaloneTraceMessage &o) const |
| Public Member Functions inherited from Arcane::IPhysicalUnitSystem | |
| virtual | ~IPhysicalUnitSystem ()=default |
| Releases resources. | |
Private Member Functions | |
| UdunitsPhysicalUnitConverter * | _createConverter (UdunitsPhysicalUnit *from_unit, UdunitsPhysicalUnit *to_unit) |
| void | _checkCreateUnitSystem () |
| UdunitsPhysicalUnit * | _createUnit (const String &name) |
Private Attributes | |
| ::ut_system * | m_unit_system |
Additional Inherited Members | |
| Protected Member Functions inherited from Arcane::TraceAccessor | |
| void | _setLocalVerboseLevel (Int32 v) |
| Int32 | _localVerboseLevel () const |
Definition at line 155 of file UdunitsPhysicalUnitSystemService.cc.
|
inline |
Definition at line 161 of file UdunitsPhysicalUnitSystemService.cc.
|
inlinevirtual |
Definition at line 167 of file UdunitsPhysicalUnitSystemService.cc.
|
inlineprivate |
Definition at line 207 of file UdunitsPhysicalUnitSystemService.cc.
|
inlineprivate |
Definition at line 196 of file UdunitsPhysicalUnitSystemService.cc.
|
inlineprivate |
Definition at line 216 of file UdunitsPhysicalUnitSystemService.cc.
|
inlinevirtual |
Creates a converter between two units. The caller must destroy the returned converter.
Implements Arcane::IPhysicalUnitSystem.
Definition at line 184 of file UdunitsPhysicalUnitSystemService.cc.
References Arcane::TraceAccessor::info().
|
inlinevirtual |
Creates a converter between two units. The caller must destroy the returned converter. The units from and to must have been created by this unit system.
Implements Arcane::IPhysicalUnitSystem.
Definition at line 173 of file UdunitsPhysicalUnitSystemService.cc.
|
private |
Definition at line 226 of file UdunitsPhysicalUnitSystemService.cc.