Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
ISymbolizerService.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/* ISymbolizerService.h (C) 2000-2018 */
9/* */
10/* Interface d'un service de récupération des symboles du code source. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_UTILS_ISYMBOLIZERSERVICE_H
13#define ARCANE_UTILS_ISYMBOLIZERSERVICE_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22ARCANE_BEGIN_NAMESPACE
23
24/*---------------------------------------------------------------------------*/
25/*---------------------------------------------------------------------------*/
35class ARCANE_UTILS_EXPORT ISymbolizerService
36{
37 public:
38
39 virtual ~ISymbolizerService() {} //<! Libère les ressources
40
41 public:
42
44 // TODO TODO RENOMMER CETTE METHODE
46};
47
48/*---------------------------------------------------------------------------*/
49/*---------------------------------------------------------------------------*/
50
51ARCANE_END_NAMESPACE
52
53/*---------------------------------------------------------------------------*/
54/*---------------------------------------------------------------------------*/
55
56#endif
57
Déclarations des types utilisés dans Arcane.
Interface d'un service de récupération des symboles du code source.
virtual String stackTrace(ConstArrayView< StackFrame > frames)=0
Informations pour la pile d'appel frames.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Definition Lima.cc:120
Chaîne de caractères unicode.