![]() |
Project
|
More...>======================== Auxiliary classes =======================>>
#include <EncodedBlocks.h>
Public Member Functions | |
char * | getFreeBlockStart () const |
calculate the pointer of the head of the writable space | |
size_t | getFreeSize () const |
size in bytes available to fill data | |
char * | getFreeBlockEnd () const |
ClassDefNV (Registry, 1) | |
Public Attributes | |
char * | head = nullptr |
int | nFilledBlocks = 0 |
pointer on the head of the CTF | |
size_t | offsFreeStart = 0 |
size_t | size = 0 |
offset of the start of the writable space (wrt head), in bytes!!! | |
>======================== Auxiliary classes =======================>>
registry struct for the buffer start and offsets of writable space
Definition at line 122 of file EncodedBlocks.h.
o2::ctf::Registry::ClassDefNV | ( | Registry | , |
1 | |||
) |
|
inline |
Definition at line 141 of file EncodedBlocks.h.
|
inline |
calculate the pointer of the head of the writable space
Definition at line 129 of file EncodedBlocks.h.
|
inline |
size in bytes available to fill data
Definition at line 136 of file EncodedBlocks.h.
char* o2::ctf::Registry::head = nullptr |
Definition at line 123 of file EncodedBlocks.h.
int o2::ctf::Registry::nFilledBlocks = 0 |
pointer on the head of the CTF
Definition at line 124 of file EncodedBlocks.h.
size_t o2::ctf::Registry::offsFreeStart = 0 |
Definition at line 125 of file EncodedBlocks.h.
size_t o2::ctf::Registry::size = 0 |
offset of the start of the writable space (wrt head), in bytes!!!
Definition at line 126 of file EncodedBlocks.h.