#include <MilliSlice.hh>
Definition at line 11 of file MilliSlice.hh.
dune::MilliSlice::MilliSlice |
( |
uint8_t * |
address | ) |
|
uint8_t * dune::MilliSlice::data_ |
( |
int |
index | ) |
const |
|
protected |
Definition at line 32 of file MilliSlice.cc.
34 uint8_t* ms_ptr =
buffer_ +
sizeof(Header);
35 for (
int idx = 0; idx <
index; ++idx) {
36 MicroSlice tmp_ms(ms_ptr);
37 ms_ptr += tmp_ms.size();
std::unique_ptr< dune::MicroSlice > dune::MilliSlice::microSlice |
( |
uint32_t |
index | ) |
const |
Definition at line 17 of file MilliSlice.cc.
19 std::unique_ptr<MicroSlice> mslice_ptr;
22 mslice_ptr.reset(
new MicroSlice(ms_ptr));
Header::microslice_count_t microSliceCount() const
uint8_t * data_(int index) const
Definition at line 12 of file MilliSlice.cc.
Header const * header_() const
Definition at line 7 of file MilliSlice.cc.
Header const * header_() const
uint8_t* dune::MilliSlice::buffer_ |
|
protected |
The documentation for this class was generated from the following files: