5 #ifndef DUNE_GRID_CONCEPTS_ARCHETYPES_MESSAGEBUFFER_HH 6 #define DUNE_GRID_CONCEPTS_ARCHETYPES_MESSAGEBUFFER_HH 9 namespace Dune::Concept::Archetypes {
11 template <
class DataType>
14 void write(
const DataType& data);
15 void read(DataType& data);
21 #endif // DUNE_GRID_CONCEPTS_ARCHETYPES_MESSAGEBUFFER_HH concept MessageBuffer
Model of a message buffer.
Definition: messagebuffer.hh:17