Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::SimpleTableInternal Struct Reference

Structure representing a simple table. More...

#include <arcane/core/SimpleTableInternal.h>

Public Member Functions

 SimpleTableInternal (IParallelMng *parallel_mng)
void clear ()

Public Attributes

IParallelMngm_parallel_mng
UniqueArray2< Realm_values
UniqueArray< Stringm_row_names
UniqueArray< Stringm_column_names
String m_table_name
UniqueArray< Integerm_row_sizes
UniqueArray< Integerm_column_sizes
Integer m_last_row
Integer m_last_column

Detailed Description

Structure representing a simple table.

A simple table looks like this:

TableName | C1 | C2 | C3 L1 |Val1|Val2|Val3 L2 |Val4|Val5|Val6

A table name, a list of row names, a list of column names, and a 2D list of values (Real for now).

Definition at line 47 of file SimpleTableInternal.h.

Constructor & Destructor Documentation

◆ SimpleTableInternal()

Arcane::SimpleTableInternal::SimpleTableInternal ( IParallelMng * parallel_mng)
inline

Definition at line 49 of file SimpleTableInternal.h.

Member Function Documentation

◆ clear()

void Arcane::SimpleTableInternal::clear ( )
inline

Definition at line 63 of file SimpleTableInternal.h.

Member Data Documentation

◆ m_column_names

UniqueArray<String> Arcane::SimpleTableInternal::m_column_names

Definition at line 79 of file SimpleTableInternal.h.

◆ m_column_sizes

UniqueArray<Integer> Arcane::SimpleTableInternal::m_column_sizes

Definition at line 99 of file SimpleTableInternal.h.

◆ m_last_column

Integer Arcane::SimpleTableInternal::m_last_column

Definition at line 103 of file SimpleTableInternal.h.

◆ m_last_row

Integer Arcane::SimpleTableInternal::m_last_row

Definition at line 102 of file SimpleTableInternal.h.

◆ m_parallel_mng

IParallelMng* Arcane::SimpleTableInternal::m_parallel_mng

Definition at line 74 of file SimpleTableInternal.h.

◆ m_row_names

UniqueArray<String> Arcane::SimpleTableInternal::m_row_names

Definition at line 78 of file SimpleTableInternal.h.

◆ m_row_sizes

UniqueArray<Integer> Arcane::SimpleTableInternal::m_row_sizes

Definition at line 98 of file SimpleTableInternal.h.

◆ m_table_name

String Arcane::SimpleTableInternal::m_table_name

Definition at line 81 of file SimpleTableInternal.h.

◆ m_values

UniqueArray2<Real> Arcane::SimpleTableInternal::m_values

Definition at line 76 of file SimpleTableInternal.h.


The documentation for this struct was generated from the following file: