Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::IDataStorageFactory Class Referenceabstract

Interface of a data container factory. More...

#include <arcane/core/IDataStorageFactory.h>

Inheritance diagram for Arcane::IDataStorageFactory:
Collaboration diagram for Arcane::IDataStorageFactory:

Public Member Functions

virtual Ref< IDatacreateSimpleDataRef (const DataStorageBuildInfo &dsbi)=0
 Creates a simple data type.
virtual DataStorageTypeInfo storageTypeInfo ()=0
 Information about the created container type.

Detailed Description

Interface of a data container factory.

Definition at line 32 of file IDataStorageFactory.h.

Member Function Documentation

◆ createSimpleDataRef()

virtual Ref< IData > Arcane::IDataStorageFactory::createSimpleDataRef ( const DataStorageBuildInfo & dsbi)
pure virtual

Creates a simple data type.

Implemented in Arcane::DataStorageFactory< DataType >.

◆ storageTypeInfo()

virtual DataStorageTypeInfo Arcane::IDataStorageFactory::storageTypeInfo ( )
pure virtual

Information about the created container type.

Implemented in Arcane::AbstractDataStorageFactory.


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