Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
IItemFamilySerializerMngInternal.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 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/* IItemFamilySerializerMngInternal.h (C) 2000-2025 */
9/* */
10/* Family serialization/deserialization tool manager. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CORE_IITEMFAMILYSERIALIZERMNGINTERNAL_H
13#define ARCANE_CORE_IITEMFAMILYSERIALIZERMNGINTERNAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17namespace Arcane
18{
19class IItemFamily;
20
21/*---------------------------------------------------------------------------*/
22/*---------------------------------------------------------------------------*/
23
27class ARCANE_CORE_EXPORT IItemFamilySerializerMngInternal
28{
29 public:
30
31 virtual ~IItemFamilySerializerMngInternal() = default;
32
33 public:
34
41 virtual void finalizeItemAllocation() = 0;
42};
43
44/*---------------------------------------------------------------------------*/
45/*---------------------------------------------------------------------------*/
46
47} // namespace Arcane
48
49/*---------------------------------------------------------------------------*/
50/*---------------------------------------------------------------------------*/
51
52#endif
Manages the serialization/deserialization of entities in a family.
virtual void finalizeItemAllocation()=0
Finalizes the allocations performed by the serializers registered in the manager.
Interface of an entity family.
Definition IItemFamily.h:83
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --