ATLAS Offline Software
|
#include <InternalOffline.h>
Public Types | |
typedef EventContainers::hashPair< void > | hashPair |
typedef std::vector< hashPair >::const_iterator | InternalConstItr |
Public Member Functions | |
InternalOffline (size_t max) | |
virtual | ~InternalOffline ()=default |
virtual InternalConstItr | cbegin () const override |
virtual InternalConstItr | cend () const override |
virtual InternalConstItr | indexFind (IdentifierHash hashId) const override |
virtual const std::vector< hashPair > & | getAllHashPtrPair () const override |
virtual bool | tryAddFromCache (IdentifierHash hashId, EventContainers::IDC_WriteHandleBase &lock) override |
virtual bool | tryAddFromCache (IdentifierHash hashId) override |
virtual void | wait () const override |
virtual std::vector< IdentifierHash > | getAllCurrentHashes () const override |
virtual size_t | numberOfCollections () const override |
virtual void | cleanUp (deleter_f *deleter) noexcept override |
virtual size_t | fullSize () const noexcept override |
virtual StatusCode | fetchOrCreate (IdentifierHash hashId) override |
virtual StatusCode | fetchOrCreate (const std::vector< IdentifierHash > &hashIds) override |
virtual bool | insert (IdentifierHash hashId, const void *ptr) override |
virtual const void * | findIndexPtr (IdentifierHash hashId) const noexcept override |
virtual StatusCode | addLock (IdentifierHash hashId, const void *ptr) override |
virtual void * | removeCollection (IdentifierHash hashId) override |
virtual void | destructor (deleter_f *) noexcept override |
Private Attributes | |
std::vector< I_InternalIDC::hashPair > | m_map |
size_t | m_maximumSize |
Definition at line 18 of file InternalOffline.h.
|
inherited |
Definition at line 36 of file I_InternalIDC.h.
|
inherited |
Definition at line 37 of file I_InternalIDC.h.
InternalOffline::InternalOffline | ( | size_t | max | ) |
Definition at line 12 of file InternalOffline.cxx.
|
virtualdefault |
|
overridevirtual |
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 51 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 44 of file InternalOffline.cxx.
|
overridevirtualnoexcept |
Implements EventContainers::I_InternalIDC.
Definition at line 66 of file InternalOffline.cxx.
|
overridevirtualnoexcept |
Implements EventContainers::I_InternalIDC.
Definition at line 115 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 110 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 107 of file InternalOffline.cxx.
|
overridevirtualnoexcept |
Implements EventContainers::I_InternalIDC.
Definition at line 85 of file InternalOffline.cxx.
|
inlineoverridevirtualnoexcept |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 55 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 71 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 62 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 99 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 25 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 21 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 30 of file InternalOffline.cxx.
|
private |
Definition at line 41 of file InternalOffline.h.
|
private |
Definition at line 42 of file InternalOffline.h.