5#ifndef EVENTCONTAINERS_INTERNALONLINE_H
6#define EVENTCONTAINERS_INTERNALONLINE_H
34 virtual void wait()
const override;
40 virtual size_t fullSize()
const noexcept
override {
return m_mask.size(); }
42 virtual StatusCode
fetchOrCreate(
const std::vector<IdentifierHash> &hashIds)
override;
Define macros for attributes used to control the static checker.
std::vector< hashPair >::const_iterator InternalConstItr
virtual std::vector< IdentifierHash > getAllCurrentHashes() const override
virtual ~InternalOnline()=default
virtual InternalConstItr indexFind(IdentifierHash hashId) const override
std::vector< IdentifierHash > m_waitlist ATLAS_THREAD_SAFE
virtual StatusCode addLock(IdentifierHash hashId, const void *ptr) override
virtual bool insert(IdentifierHash hashId, const void *ptr) override
virtual const void * findIndexPtr(IdentifierHash hashId) const noexcept override
virtual void wait() const override
virtual void cleanUp(deleter_f *) noexcept override
virtual bool tryAddFromCache(IdentifierHash hashId, EventContainers::IDC_WriteHandleBase &lock) override
virtual size_t fullSize() const noexcept override
virtual StatusCode fetchOrCreate(IdentifierHash hashId) override
virtual void destructor(deleter_f *) noexcept override
virtual void * removeCollection(IdentifierHash hashId) override
virtual const std::vector< hashPair > & getAllHashPtrPair() const override
virtual InternalConstItr cbegin() const override
InternalOnline(EventContainers::IdentifiableCacheBase *cache)
virtual InternalConstItr cend() const override
virtual size_t numberOfCollections() const override
EventContainers::IdentifiableCacheBase * m_cacheLink
This is a "hash" representation of an Identifier.
void deleter_f(const void *p)