Interface of a data container factory. More...
#include <arcane/core/IDataStorageFactory.h>
Public Member Functions | |
| virtual Ref< IData > | createSimpleDataRef (const DataStorageBuildInfo &dsbi)=0 |
| Creates a simple data type. | |
| virtual DataStorageTypeInfo | storageTypeInfo ()=0 |
| Information about the created container type. | |
Interface of a data container factory.
Definition at line 32 of file IDataStorageFactory.h.
|
pure virtual |
Creates a simple data type.
Implemented in Arcane::DataStorageFactory< DataType >.
|
pure virtual |
Information about the created container type.
Implemented in Arcane::AbstractDataStorageFactory.