|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EVENTCONTAINERS_INTERNALOFFLINE_H
6 #define EVENTCONTAINERS_INTERNALOFFLINE_H
28 virtual void wait()
const override;
41 std::vector<I_InternalIDC::hashPair>
m_map;
virtual size_t fullSize() const noexcept override
virtual InternalConstItr cend() const override
InternalOffline(size_t max)
virtual ~InternalOffline()=default
virtual StatusCode fetchOrCreate(IdentifierHash hashId) override
bool const RAWDATA *ch2 const
virtual void destructor(deleter_f *) noexcept override
virtual size_t numberOfCollections() const override
virtual bool tryAddFromCache(IdentifierHash hashId, EventContainers::IDC_WriteHandleBase &lock) override
virtual bool insert(IdentifierHash hashId, const void *ptr) override
virtual void cleanUp(deleter_f *deleter) noexcept override
virtual StatusCode addLock(IdentifierHash hashId, const void *ptr) override
::StatusCode StatusCode
StatusCode definition for legacy code.
void deleter_f(const void *p)
virtual std::vector< IdentifierHash > getAllCurrentHashes() const override
virtual void wait() const override
virtual const void * findIndexPtr(IdentifierHash hashId) const noexcept override
virtual const std::vector< hashPair > & getAllHashPtrPair() const override
virtual void * removeCollection(IdentifierHash hashId) override
virtual InternalConstItr indexFind(IdentifierHash hashId) const override
virtual InternalConstItr cbegin() const override
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
std::vector< I_InternalIDC::hashPair > m_map
std::vector< hashPair >::const_iterator InternalConstItr