|
waLBerla 7.2
|
#include <BlockDataHandling.h>
Inheritance diagram for walberla::domain_decomposition::internal::BlockDataHandlingFunctionAdaptor< T >:Public Types | |
| using | Function = std::function<T *(IBlock *const)> |
Public Types inherited from walberla::domain_decomposition::BlockDataHandling< T > | |
| using | value_type = T |
Public Member Functions | |
| BlockDataHandlingFunctionAdaptor (const Function &function) | |
| ~BlockDataHandlingFunctionAdaptor () override=default | |
| T * | initialize (IBlock *const block) override |
| must be thread-safe ! | |
| void | serialize (IBlock *const, const BlockDataID &, mpi::SendBuffer &) override |
| must be thread-safe ! | |
| T * | deserialize (IBlock *const) override |
| must be thread-safe ! | |
| void | deserialize (IBlock *const, const BlockDataID &, mpi::RecvBuffer &) override |
| must be thread-safe ! | |
Public Member Functions inherited from walberla::domain_decomposition::BlockDataHandling< T > | |
| virtual | ~BlockDataHandling ()=default |
Private Attributes | |
| Function | function_ |
| using walberla::domain_decomposition::internal::BlockDataHandlingFunctionAdaptor< T >::Function = std::function<T *(IBlock *const)> |
|
inline |
|
overridedefault |
|
inlineoverridevirtual |
must be thread-safe !
Implements walberla::domain_decomposition::BlockDataHandling< T >.
|
inlineoverridevirtual |
must be thread-safe !
Implements walberla::domain_decomposition::BlockDataHandling< T >.
|
inlineoverridevirtual |
must be thread-safe !
Implements walberla::domain_decomposition::BlockDataHandling< T >.
|
inlineoverridevirtual |
must be thread-safe !
Implements walberla::domain_decomposition::BlockDataHandling< T >.
|
private |