Definition at line 26 of file TBranchIMTHelper.h.
#include </mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/tree/tree/src/TBranchIMTHelper.h>
◆ TaskGroup_t
◆ GetNbytes()
Long64_t ROOT::Internal::TBranchIMTHelper::GetNbytes |
( |
| ) |
|
|
inline |
◆ GetNerrors()
Long64_t ROOT::Internal::TBranchIMTHelper::GetNerrors |
( |
| ) |
|
|
inline |
◆ Run()
template<typename FN >
void ROOT::Internal::TBranchIMTHelper::Run |
( |
const FN & |
lambda | ) |
|
|
inline |
◆ Wait()
void ROOT::Internal::TBranchIMTHelper::Wait |
( |
| ) |
|
|
inline |
◆ fBytes
std::atomic<Long64_t> ROOT::Internal::TBranchIMTHelper::fBytes {0} |
|
private |
◆ fGroup
std::unique_ptr<TaskGroup_t> ROOT::Internal::TBranchIMTHelper::fGroup |
|
private |
◆ fNerrors
std::atomic<Int_t> ROOT::Internal::TBranchIMTHelper::fNerrors {0} |
|
private |
[legend]