Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Internal::RClusterPool::RInFlightCluster Struct Reference

Clusters that are currently being processed by the pipeline.

Every in-flight cluster has a corresponding read item.

Definition at line 68 of file RClusterPool.hxx.

Public Member Functions

bool operator!= (const RInFlightCluster &other) const
bool operator< (const RInFlightCluster &other) const
 First order by cluster id, then by number of columns, than by the column ids in fColumns.
bool operator== (const RInFlightCluster &other) const

Public Attributes

RCluster::RKey fClusterKey
std::future< std::unique_ptr< RCluster > > fFuture

Member Function Documentation

◆ operator!=()

bool ROOT::Internal::RClusterPool::RInFlightCluster::operator!= ( const RInFlightCluster & other) const
inline

Definition at line 76 of file RClusterPool.hxx.

◆ operator<()

bool ROOT::Internal::RClusterPool::RInFlightCluster::operator< ( const RInFlightCluster & other) const

First order by cluster id, then by number of columns, than by the column ids in fColumns.

Definition at line 32 of file RClusterPool.cxx.

◆ operator==()

bool ROOT::Internal::RClusterPool::RInFlightCluster::operator== ( const RInFlightCluster & other) const
inline

Definition at line 72 of file RClusterPool.hxx.

Member Data Documentation

◆ fClusterKey

RCluster::RKey ROOT::Internal::RClusterPool::RInFlightCluster::fClusterKey

Definition at line 70 of file RClusterPool.hxx.

◆ fFuture

std::future<std::unique_ptr<RCluster> > ROOT::Internal::RClusterPool::RInFlightCluster::fFuture

Definition at line 69 of file RClusterPool.hxx.


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