13#ifndef ARCANE_CORE_SIMPLETABLEINTERNAL_H
14#define ARCANE_CORE_SIMPLETABLEINTERNAL_H
18#include "arcane/utils/Array.h"
19#include "arcane/utils/Array2.h"
21#include "arcane/core/IParallelMng.h"
47struct ARCANE_CORE_EXPORT SimpleTableInternal
50 : m_parallel_mng(parallel_mng)
61 ~SimpleTableInternal() =
default;
67 m_column_names.clear();
70 m_column_sizes.clear();
Declarations of types on entities.
Interface of the parallelism manager for a subdomain.
Unicode character string.
2D data vector with value semantics (STL style).
1D data vector with value semantics (STL style).
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.