|
ATLAS Offline Software
|
Go to the documentation of this file.
29 #ifndef ATHCONTAINERSINTERFACES_IAUXSTORE_H
30 #define ATHCONTAINERSINTERFACES_IAUXSTORE_H
135 virtual void shift (
size_t pos, ptrdiff_t offs) = 0;
207 #ifndef XAOD_STANDALONE
215 #endif // not ATHCONTAINERSINTERFACES_IAUXSTORE_H
virtual const void * getData(SG::auxid_t auxid) const =0
Return the data vector for one aux data item.
virtual bool insertMove(size_t pos, IAuxStore &other, const SG::auxid_set_t &ignore=SG::auxid_set_t())=0
Move all elements from other to this store.
SG_BASE(SG::IAuxStore, SG::IConstAuxStore)
virtual size_t size() const =0
Return the number of elements in the store.
virtual void shift(size_t pos, ptrdiff_t offs)=0
Shift the elements of the container.
virtual IAuxTypeVector * linkedVector(SG::auxid_t)
static constexpr bool supportsThinning
Mark that this type supports thinning operations.
virtual bool setOption(auxid_t, const AuxDataOption &)
Set an option for a given auxiliary variable.
size_t auxid_t
Identifier for a particular aux data item.
Provide an interface for finding inheritance information at run time.
Hold information about an option setting request.
virtual const IAuxTypeVector * linkedVector(SG::auxid_t) const
Return interface for a linked variable.
virtual const SG::auxid_set_t & getWritableAuxIDs() const =0
Return a set of identifiers for writable data items in this store.
Interface for non-const operations on an auxiliary store.
virtual void * getData(auxid_t auxid, size_t size, size_t capacity)=0
Return the data vector for one aux data item.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Abstract interface for manipulating vectors of arbitrary types.
virtual bool resize(size_t sz)=0
Change the size of all aux data vectors.
A set of aux data identifiers.
Interface for const operations on an auxiliary store.
Interface for const operations on an auxiliary store.
macros to associate a CLID to a type
virtual void reserve(size_t sz)=0
Change the capacity of all aux data vectors.