![]() |
OpenLB 1.8.1
|
#include <communicatable.h>
Inheritance diagram for olb::ConcreteCommunicatable< std::vector< COLUMN > >:
Collaboration diagram for olb::ConcreteCommunicatable< std::vector< COLUMN > >:Public Member Functions | |
| ConcreteCommunicatable (std::vector< COLUMN > &vector) | |
| std::size_t | size (ConstSpan< CellID > indices) const |
Get serialized size for data at locations indices | |
| std::size_t | serialize (ConstSpan< CellID > indices, std::uint8_t *buffer) const |
Serialize data at locations indices to buffer | |
| std::size_t | deserialize (ConstSpan< CellID > indices, const std::uint8_t *buffer) |
Deserialize data at locations indices to buffer | |
Public Member Functions inherited from olb::Communicatable | |
| virtual | ~Communicatable () |
Definition at line 205 of file communicatable.h.
|
inline |
Definition at line 210 of file communicatable.h.
|
inlinevirtual |
Deserialize data at locations indices to buffer
Implements olb::Communicatable.
Definition at line 239 of file communicatable.h.
References olb::ConcreteCommunicatable< COMMUNICATEE >::ConcreteCommunicatable(), and olb::ConcreteCommunicatable< COMMUNICATEE >::size().
Here is the call graph for this function:
|
inlinevirtual |
Serialize data at locations indices to buffer
Implements olb::Communicatable.
Definition at line 224 of file communicatable.h.
References olb::ConcreteCommunicatable< COMMUNICATEE >::ConcreteCommunicatable(), and olb::ConcreteCommunicatable< COMMUNICATEE >::size().
Here is the call graph for this function:
|
inlinevirtual |
Get serialized size for data at locations indices
Implements olb::Communicatable.
Definition at line 214 of file communicatable.h.
References olb::ConcreteCommunicatable< COMMUNICATEE >::ConcreteCommunicatable(), and olb::ConcreteCommunicatable< COMMUNICATEE >::size().
Here is the call graph for this function: