Arcane
v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
IPhysicalUnit.h
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4
// See the top-level COPYRIGHT file for details.
5
// SPDX-License-Identifier: Apache-2.0
6
//-----------------------------------------------------------------------------
7
/*---------------------------------------------------------------------------*/
8
/* IPhysicalUnit.h (C) 2000-2010 */
9
/* */
10
/* Unité physique. */
11
/*---------------------------------------------------------------------------*/
12
#ifndef ARCANE_IPHYSICALUNIT_H
13
#define ARCANE_IPHYSICALUNIT_H
14
/*---------------------------------------------------------------------------*/
15
/*---------------------------------------------------------------------------*/
16
17
#include "
arcane/utils/ArcaneGlobal.h
"
18
19
/*---------------------------------------------------------------------------*/
20
/*---------------------------------------------------------------------------*/
21
22
ARCANE_BEGIN_NAMESPACE
23
24
/*---------------------------------------------------------------------------*/
25
/*---------------------------------------------------------------------------*/
26
27
/*---------------------------------------------------------------------------*/
28
/*---------------------------------------------------------------------------*/
35
class
ARCANE_CORE_EXPORT
IPhysicalUnit
36
{
37
public
:
38
39
virtual
~IPhysicalUnit
() {}
40
41
public
:
42
44
virtual
const
String
&
name
()
const
=0;
45
46
private
:
47
};
48
49
/*---------------------------------------------------------------------------*/
50
/*---------------------------------------------------------------------------*/
51
52
ARCANE_END_NAMESPACE
53
54
/*---------------------------------------------------------------------------*/
55
/*---------------------------------------------------------------------------*/
56
57
#endif
58
ArcaneGlobal.h
Fichier de configuration d'Arcane.
Arcane::IPhysicalUnit
Unité physique.
Definition
IPhysicalUnit.h:36
Arcane::IPhysicalUnit::name
virtual const String & name() const =0
Nom de l'unité
Arcane::IPhysicalUnit::~IPhysicalUnit
virtual ~IPhysicalUnit()
Libère les ressources.
Definition
IPhysicalUnit.h:39
Arccore::String
Chaîne de caractères unicode.
Definition
arccore/src/base/arccore/base/String.h:70
arcane
core
IPhysicalUnit.h
Généré le Lundi 18 Novembre 2024 03:00:25 pour Arcane par
1.9.8