Definition at line 71 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.
277 std::lock_guard lock (
m_mutex);
279 std::insert_iterator<PrbSet> insItr(overlapp, overlapp.begin());
281 return !overlapp.empty();
◆ 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: