Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Internal::TBranchIMTHelper Class Reference

Definition at line 26 of file TBranchIMTHelper.h.

Public Member Functions

Long64_t GetNbytes ()
 
Long64_t GetNerrors ()
 
template<typename FN >
void Run (const FN &lambda)
 
void Wait ()
 

Private Attributes

std::atomic< Long64_tfBytes {0}
 
std::unique_ptr< tbb::task_group > fGroup
 
std::atomic< Int_tfNerrors {0}
 

#include </builddir/build/BUILD/root-6.10.00/tree/tree/src/TBranchIMTHelper.h>

Member Function Documentation

Long64_t ROOT::Internal::TBranchIMTHelper::GetNbytes ( )
inline

Definition at line 50 of file TBranchIMTHelper.h.

Long64_t ROOT::Internal::TBranchIMTHelper::GetNerrors ( )
inline

Definition at line 51 of file TBranchIMTHelper.h.

template<typename FN >
void ROOT::Internal::TBranchIMTHelper::Run ( const FN &  lambda)
inline

Definition at line 28 of file TBranchIMTHelper.h.

void ROOT::Internal::TBranchIMTHelper::Wait ( )
inline

Definition at line 44 of file TBranchIMTHelper.h.

Member Data Documentation

std::atomic<Long64_t> ROOT::Internal::TBranchIMTHelper::fBytes {0}
private

Definition at line 54 of file TBranchIMTHelper.h.

std::unique_ptr<tbb::task_group> ROOT::Internal::TBranchIMTHelper::fGroup
private

Definition at line 57 of file TBranchIMTHelper.h.

std::atomic<Int_t> ROOT::Internal::TBranchIMTHelper::fNerrors {0}
private

Definition at line 55 of file TBranchIMTHelper.h.


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