Arcane
v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
CaseOptionsMain.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
/* CaseOptionsMain.h (C) 2000-2006 */
9
/* */
10
/* Options principales de Arcane. */
11
/*---------------------------------------------------------------------------*/
12
#ifndef ARCANE_CASEOPTIONSMAIN_H
13
#define ARCANE_CASEOPTIONSMAIN_H
14
/*---------------------------------------------------------------------------*/
15
/*---------------------------------------------------------------------------*/
16
17
#include "arcane/CaseOptions.h"
18
19
/*---------------------------------------------------------------------------*/
20
/*---------------------------------------------------------------------------*/
21
22
ARCANE_BEGIN_NAMESPACE
23
24
/*---------------------------------------------------------------------------*/
25
/*---------------------------------------------------------------------------*/
26
27
class
ARCANE_CORE_EXPORT
CaseOptionsMain
28
:
public
CaseOptions
29
{
30
public
:
31
32
CaseOptionsMain
(
ICaseMng
* cm);
33
~CaseOptionsMain
();
34
35
public
:
36
37
CaseOptionBool
doTimeHistory;
38
CaseOptionInteger
writeHistoryPeriod;
39
};
40
41
/*---------------------------------------------------------------------------*/
42
/*---------------------------------------------------------------------------*/
43
44
ARCANE_END_NAMESPACE
45
46
/*---------------------------------------------------------------------------*/
47
/*---------------------------------------------------------------------------*/
48
49
#endif
Arcane::CaseOptionSimpleT< bool >
Arcane::CaseOptionsMain
Definition
CaseOptionsMain.h:29
Arcane::CaseOptions
Definition
CaseOptions.h:57
Arcane::ICaseMng
Interface du gestionnaire de cas.
Definition
ICaseMng.h:56
arcane
core
CaseOptionsMain.h
Généré le Lundi 18 Novembre 2024 02:56:48 pour Arcane par
1.9.8