#include <exchange.h>
|
| sync_chunk_t () |
|
virtual | ~sync_chunk_t () |
|
virtual size_t | size () |
| Size of patch exchange chunk.
|
|
virtual void | read (const real *from_data) |
| Read patch exchange data from pointer.
|
|
virtual void | write (real *to_data, size_t buf_size) |
| Write patch exchange chunk to pointer.
|
|
◆ sync_chunk_t()
wxm::dfem::sync::tools::sync_chunk_t::sync_chunk_t |
( |
| ) |
|
|
inline |
◆ ~sync_chunk_t()
virtual wxm::dfem::sync::tools::sync_chunk_t::~sync_chunk_t |
( |
| ) |
|
|
inlinevirtual |
◆ read()
virtual void wxm::dfem::sync::tools::sync_chunk_t::read |
( |
const real * |
from_data | ) |
|
|
inlinevirtual |
◆ size()
virtual size_t wxm::dfem::sync::tools::sync_chunk_t::size |
( |
| ) |
|
|
inlinevirtual |
◆ write()
virtual void wxm::dfem::sync::tools::sync_chunk_t::write |
( |
real * |
to_data, |
|
|
size_t |
buf_size |
|
) |
| |
|
inlinevirtual |
◆ _children
std::vector<sync_chunk_t*> wxm::dfem::sync::tools::sync_chunk_t::_children |
|
protected |
Children associated with this chunk.
◆ _children_offsets
std::vector<int> wxm::dfem::sync::tools::sync_chunk_t::_children_offsets |
|
protected |
List of offsets into a synchronization buffer.
The documentation for this class was generated from the following file: