#include <EarlyDeleteHelper.h>
Definition at line 31 of file EarlyDeleteHelper.h.
edm::BranchToCount::BranchToCount |
( |
edm::BranchID |
id, |
|
|
unsigned int |
count |
|
) |
| |
|
inline |
Definition at line 35 of file EarlyDeleteHelper.h.
edm::BranchID const branch
std::atomic< unsigned int > count
edm::BranchToCount::BranchToCount |
( |
BranchToCount const & |
iOther | ) |
|
|
inline |
Definition at line 37 of file EarlyDeleteHelper.h.
37 :
branch(iOther.branch),
count(iOther.count.load()) {}
edm::BranchID const branch
std::atomic< unsigned int > count
std::atomic<unsigned int> edm::BranchToCount::count |