Interface of a data factory. More...
#include <arcane/impl/DataFactory.h>
Public Member Functions | |
| DataFactory (IApplication *sm) | |
| void | build () override |
| Builds the instance. | |
| IApplication * | application () override |
| Application. | |
| IDataOperation * | createDataOperation (Parallel::eReduceType rt) override |
| Creates an operation performing a reduction of type rt. | |
Private Attributes | |
| IApplication * | m_application |
Interface of a data factory.
Definition at line 31 of file DataFactory.h.
| Arcane::DataFactory::DataFactory | ( | IApplication * | sm | ) |
Definition at line 35 of file DataFactory.cc.
|
virtual |
Definition at line 44 of file DataFactory.cc.
|
inlineoverridevirtual |
|
overridevirtual |
|
overridevirtual |
Creates an operation performing a reduction of type rt.
Implements Arcane::IDataFactory.
Definition at line 55 of file DataFactory.cc.
|
private |
Definition at line 49 of file DataFactory.h.