Project
Loading...
Searching...
No Matches
TableView.h File Reference

Container class for multiple sequences of data wrapped by markers. More...

#include <vector>
#include <map>

Go to the source code of this file.

Classes

class  o2::algorithm::TableView< RowDescT, ColumnDescT, ParserT >
 
struct  o2::algorithm::TableView< RowDescT, ColumnDescT, ParserT >::FrameIndex
 FrameIndex is composed from column description and row number. More...
 
struct  o2::algorithm::TableView< RowDescT, ColumnDescT, ParserT >::FrameData
 descriptor pointing to payload of one frame More...
 
class  o2::algorithm::TableView< RowDescT, ColumnDescT, ParserT >::iterator
 Iterator class for configurable direction, i.e. either row or column. More...
 
struct  o2::algorithm::TableView< RowDescT, ColumnDescT, ParserT >::iterator::value_type
 
class  o2::algorithm::TableView< RowDescT, ColumnDescT, ParserT >::outerIterator< Direction >
 iterator for the outer access of the index, either row or column direction More...
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::algorithm
 

Detailed Description

Container class for multiple sequences of data wrapped by markers.

Author
Matthias Richter
Since
2017-09-21

Definition in file TableView.h.