Project
Loading...
Searching...
No Matches
o2::framework::Entry Struct Reference

#include <ArrowTableSlicingCache.h>

Public Member Functions

 Entry (std::string b, ConcreteDataMatcher m, std::string k, bool e=true)
 

Public Attributes

std::string binding
 
ConcreteDataMatcher matcher
 
std::string key
 
bool enabled
 

Friends

bool operator== (Entry const &lhs, Entry const &rhs)
 

Detailed Description

Definition at line 38 of file ArrowTableSlicingCache.h.

Constructor & Destructor Documentation

◆ Entry()

o2::framework::Entry::Entry ( std::string  b,
ConcreteDataMatcher  m,
std::string  k,
bool  e = true 
)
inline

Definition at line 44 of file ArrowTableSlicingCache.h.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( Entry const &  lhs,
Entry const &  rhs 
)
friend

Definition at line 52 of file ArrowTableSlicingCache.h.

Member Data Documentation

◆ binding

std::string o2::framework::Entry::binding

Definition at line 39 of file ArrowTableSlicingCache.h.

◆ enabled

bool o2::framework::Entry::enabled

Definition at line 42 of file ArrowTableSlicingCache.h.

◆ key

std::string o2::framework::Entry::key

Definition at line 41 of file ArrowTableSlicingCache.h.

◆ matcher

ConcreteDataMatcher o2::framework::Entry::matcher

Definition at line 40 of file ArrowTableSlicingCache.h.


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