![]() |
ATLAS Offline Software
|
#include <InternalOffline.h>
Public Types | |
| typedef EventContainers::hashPair< void > | hashPair |
| typedef std::vector< hashPair >::const_iterator | InternalConstItr |
| typedef void | deleter_f(const void *p) |
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 14 of file I_InternalIDC.h.
|
inherited |
Definition at line 37 of file I_InternalIDC.h.
|
inherited |
Definition at line 38 of file I_InternalIDC.h.
| InternalOffline::InternalOffline | ( | size_t | max | ) |
Definition at line 11 of file InternalOffline.cxx.
|
virtualdefault |
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 90 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 50 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 43 of file InternalOffline.cxx.
|
overridevirtualnoexcept |
Implements EventContainers::I_InternalIDC.
Definition at line 65 of file InternalOffline.cxx.
|
overridevirtualnoexcept |
Implements EventContainers::I_InternalIDC.
Definition at line 114 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 109 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 106 of file InternalOffline.cxx.
|
overridevirtualnoexcept |
Implements EventContainers::I_InternalIDC.
Definition at line 84 of file InternalOffline.cxx.
|
inlineoverridevirtualnoexcept |
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 33 of file InternalOffline.cxx.
|
overridevirtual |
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 54 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 70 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 61 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 98 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 24 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 20 of file InternalOffline.cxx.
|
overridevirtual |
Implements EventContainers::I_InternalIDC.
Definition at line 29 of file InternalOffline.cxx.
|
private |
Definition at line 41 of file InternalOffline.h.
|
private |
Definition at line 42 of file InternalOffline.h.