12#ifndef ARCANE_CORE_IDATASTORAGEFACTORY_H
13#define ARCANE_CORE_IDATASTORAGEFACTORY_H
Declarations of Arcane's general types.
Information to construct an instance of 'IData'.
Type information for a data container.
virtual DataStorageTypeInfo storageTypeInfo()=0
Information about the created container type.
virtual Ref< IData > createSimpleDataRef(const DataStorageBuildInfo &dsbi)=0
Creates a simple data type.
Reference to an instance.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --