Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Detail::RClusterPool::RUnzipItem Struct Reference

Request to decompress and if necessary unpack compressed pages.

The unzipped pages are supposed to be pushed into the page pool by the page source.

Definition at line 68 of file RClusterPool.hxx.

Public Attributes

std::unique_ptr< RClusterfCluster
 
std::promise< std::unique_ptr< RCluster > > fPromise
 

Member Data Documentation

◆ fCluster

std::unique_ptr<RCluster> ROOT::Experimental::Detail::RClusterPool::RUnzipItem::fCluster

Definition at line 69 of file RClusterPool.hxx.

◆ fPromise

std::promise<std::unique_ptr<RCluster> > ROOT::Experimental::Detail::RClusterPool::RUnzipItem::fPromise

Definition at line 70 of file RClusterPool.hxx.

Collaboration diagram for ROOT::Experimental::Detail::RClusterPool::RUnzipItem:
[legend]

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