Definition at line 77 of file TileBchStatus.h.
◆ operator TileBchStatus()
◆ set() [1/2]
| void TileBchStatus::LockedPrbSet::set |
( |
const PrbSet & | s | ) |
|
|
inline |
◆ set() [2/2]
| void TileBchStatus::LockedPrbSet::set |
( |
PrbSet && | s | ) |
|
|
inline |
◆ size()
| size_t TileBchStatus::LockedPrbSet::size |
( |
| ) |
const |
|
inline |
◆ test()
| bool TileBchStatus::LockedPrbSet::test |
( |
const PrbSet & | s | ) |
const |
Definition at line 275 of file TileBchStatus.cxx.
276{
277 std::lock_guard lock (
m_mutex);
279 std::insert_iterator<PrbSet> insItr(overlapp, overlapp.begin());
280 std::set_intersection(
m_set.begin(),
m_set.end(),
s.begin(),
s.end(), insItr);
281 return !overlapp.empty();
282}
◆ m_mutex
| std::mutex TileBchStatus::LockedPrbSet::m_mutex |
|
mutableprivate |
◆ m_set
| PrbSet TileBchStatus::LockedPrbSet::m_set |
|
private |
The documentation for this struct was generated from the following files: