Arcane
v3.16.0.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
ConstituentItemLocalId.cc
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2024 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
/* ConstituentItemLocalId.cc (C) 2000-2024 */
9
/* */
10
/* Index sur les variables matériaux. */
11
/*---------------------------------------------------------------------------*/
12
/*---------------------------------------------------------------------------*/
13
14
#include "arcane/core/materials/ConstituentItemLocalId.h"
15
16
#include "arcane/utils/Iostream.h"
17
18
/*---------------------------------------------------------------------------*/
19
/*---------------------------------------------------------------------------*/
20
21
namespace
Arcane::Materials
22
{
23
24
/*---------------------------------------------------------------------------*/
25
/*---------------------------------------------------------------------------*/
26
27
std::ostream&
28
operator<<(std::ostream& o,
const
ConstituentItemLocalId
& mvi)
29
{
30
o << mvi.localId();
31
return
o;
32
}
33
34
/*---------------------------------------------------------------------------*/
35
/*---------------------------------------------------------------------------*/
36
37
}
// End namespace Arcane::Materials
38
39
/*---------------------------------------------------------------------------*/
40
/*---------------------------------------------------------------------------*/
Arcane::Materials::ConstituentItemLocalId
Index d'un ConstituentItem dans une variable.
Definition
ConstituentItemLocalId.h:32
Arcane::Materials
Active toujours les traces dans les parties Arcane concernant les matériaux.
Definition
ItemCompatibility.h:27
arcane
core
materials
ConstituentItemLocalId.cc
Généré le Lundi 24 Mars 2025 02:48:31 pour Arcane par
1.13.2