Arcane  v3.15.0.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
TaskFactoryInternal.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2025 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/* TaskFactoryInternal.h (C) 2000-2025 */
9/* */
10/* API interne à Arcane de 'TaskFactory'. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_UTILS_INTERNAL_TASKFACTORYINTERNAL_H
13#define ARCANE_UTILS_INTERNAL_TASKFACTORYINTERNAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22namespace Arcane
23{
24
25/*---------------------------------------------------------------------------*/
26/*---------------------------------------------------------------------------*/
30class ARCANE_UTILS_EXPORT TaskFactoryInternal
31{
32 public:
33
35 static void addThreadCreateObserver(IObserver* o);
36
38 static void removeThreadCreateObserver(IObserver* o);
39
41 static void notifyThreadCreated();
42
43 public:
44
45 static void setImplementation(ITaskImplementation* task_impl);
46};
47
48/*---------------------------------------------------------------------------*/
49/*---------------------------------------------------------------------------*/
50
51} // End namespace Arcane
52
53/*---------------------------------------------------------------------------*/
54/*---------------------------------------------------------------------------*/
55
56#endif
Déclarations des types utilisés dans Arcane.
Interface d'un observateur.
Implémentation d'une fabrique de tâches.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:149
API interne à Arcane de 'TaskFactory'.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-