Project
Loading...
Searching...
No Matches
o2::algorithm::TableView< RowDescT, ColumnDescT, ParserT >::FrameData Struct Reference

descriptor pointing to payload of one frame More...

#include <TableView.h>

Inherited by o2::algorithm::TableView< RowDescT, ColumnDescT, ParserT >::iterator::value_type.

Public Attributes

const std::byte * buffer = nullptr
 
size_t size = 0
 

Detailed Description

template<typename RowDescT, typename ColumnDescT, typename ParserT>
struct o2::algorithm::TableView< RowDescT, ColumnDescT, ParserT >::FrameData

descriptor pointing to payload of one frame

Definition at line 82 of file TableView.h.

Member Data Documentation

◆ buffer

template<typename RowDescT , typename ColumnDescT , typename ParserT >
const std::byte* o2::algorithm::TableView< RowDescT, ColumnDescT, ParserT >::FrameData::buffer = nullptr

Definition at line 83 of file TableView.h.

◆ size

template<typename RowDescT , typename ColumnDescT , typename ParserT >
size_t o2::algorithm::TableView< RowDescT, ColumnDescT, ParserT >::FrameData::size = 0

Definition at line 84 of file TableView.h.


The documentation for this struct was generated from the following file: