5#ifndef EVENTCONTAINERS_INTERNALOFFLINEFAST_H
6#define EVENTCONTAINERS_INTERNALOFFLINEFAST_H
29 virtual void wait()
const override;
35 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
void deleter_f(const void *p)
virtual bool insert(IdentifierHash hashId, const void *ptr) override
virtual InternalConstItr cend() const override
virtual const std::vector< hashPair > & getAllHashPtrPair() const override
virtual const void * findIndexPtr(IdentifierHash hashId) const noexcept override
virtual std::vector< IdentifierHash > getAllCurrentHashes() const override
virtual StatusCode fetchOrCreate(IdentifierHash hashId) override
virtual void wait() const override
virtual bool tryAddFromCache(IdentifierHash hashId, EventContainers::IDC_WriteHandleBase &lock) override
virtual InternalConstItr cbegin() const override
virtual InternalConstItr indexFind(IdentifierHash hashId) const override
std::vector< const void * > m_fullMap
virtual void * removeCollection(IdentifierHash hashId) override
virtual void destructor(deleter_f *) noexcept override
virtual size_t numberOfCollections() const override
InternalOfflineFast(size_t max)
virtual size_t fullSize() const noexcept override
virtual void cleanUp(deleter_f *deleter) noexcept override
std::vector< I_InternalIDC::hashPair > m_map ATLAS_THREAD_SAFE
virtual ~InternalOfflineFast()=default
virtual StatusCode addLock(IdentifierHash hashId, const void *ptr) override
This is a "hash" representation of an Identifier.
void deleter_f(const void *p)