Project
Loading...
Searching...
No Matches
o2::its::CapacityEstimator::Impl Struct Reference

Classes

struct  Entry
 

Public Member Functions

 Impl (Config config)
 

Public Attributes

Config cfg
 
std::mutex mutex
 
std::unordered_map< KeyType, Entryentries
 

Detailed Description

Definition at line 27 of file CapacityEstimator.cxx.

Constructor & Destructor Documentation

◆ Impl()

o2::its::CapacityEstimator::Impl::Impl ( Config  config)
inlineexplicit

Definition at line 37 of file CapacityEstimator.cxx.

Member Data Documentation

◆ cfg

Config o2::its::CapacityEstimator::Impl::cfg

Definition at line 39 of file CapacityEstimator.cxx.

◆ entries

std::unordered_map<KeyType, Entry> o2::its::CapacityEstimator::Impl::entries

Definition at line 41 of file CapacityEstimator.cxx.

◆ mutex

std::mutex o2::its::CapacityEstimator::Impl::mutex
mutable

Definition at line 40 of file CapacityEstimator.cxx.


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