|
dune-grid-glue 2.10
|
#include <dune/grid-glue/adapter/gridgluecommunicate.hh>

Public Types | |
| typedef DT | value_type |
Public Member Functions | |
| StreamingMessageBuffer (DT *p) | |
| template<class Y > | |
| void | write (const Y &data) |
| template<class Y > | |
| void | read (Y &data) const |
| size_t | counter () const |
| void | clear () |
Public Attributes | |
| DT * | a |
| size_t | i |
| size_t | j |
Streaming MessageBuffer for the GridGlue communication
| typedef DT Dune::GridGlue::StreamingMessageBuffer< DT >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| DT* Dune::GridGlue::StreamingMessageBuffer< DT >::a |
| size_t Dune::GridGlue::StreamingMessageBuffer< DT >::i |
|
mutable |