Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
SerializeGlobal.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/* SerializeGlobal.h (C) 2000-2020 */
9/* */
10/* Définitions globales de la composante 'Serialize' de 'Arccore'. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCCORE_SERIALIZE_SERIALIZEGLOBAL_H
13#define ARCCORE_SERIALIZE_SERIALIZEGLOBAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17#include "arccore/base/ArccoreGlobal.h"
18
19/*---------------------------------------------------------------------------*/
20/*---------------------------------------------------------------------------*/
21
22#if defined(ARCCORE_COMPONENT_arccore_serialize)
23#define ARCCORE_SERIALIZE_EXPORT ARCCORE_EXPORT
24#define ARCCORE_SERIALIZE_EXTERN_TPL
25#else
26#define ARCCORE_SERIALIZE_EXPORT ARCCORE_IMPORT
27#define ARCCORE_SERIALIZE_EXTERN_TPL extern
28#endif
29
30/*---------------------------------------------------------------------------*/
31/*---------------------------------------------------------------------------*/
32
33namespace Arccore
34{
35
36/*---------------------------------------------------------------------------*/
37/*---------------------------------------------------------------------------*/
38
39class ISerializer;
40class BasicSerializer;
41
42/*---------------------------------------------------------------------------*/
43/*---------------------------------------------------------------------------*/
44
45} // End namespace Arccore
46
47/*---------------------------------------------------------------------------*/
48/*---------------------------------------------------------------------------*/
49
50#endif
51
Espace de nom de Arccore.
Definition ArcaneTypes.h:24