23#include <alien/utils/Precomp.h>
31 typedef std::pair<Arccore::Int32, Arccore::Int32> Index;
32 typedef Arccore::Integer Offset;
40 virtual std::optional<Index>
operator[](Offset off)
const = 0;
45 virtual void record(Offset off, Index i) = 0;
47 virtual Arccore::Int32 size()
const = 0;
Reverse indexer: associates an Index (i,j) to an offset.
virtual std::optional< Index > operator[](Offset off) const =0
virtual void record(Offset off, Index i)=0
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --