13#ifndef ATHCONTAINERS_LINKEDVARACCESSORBASE_H
14#define ATHCONTAINERS_LINKEDVARACCESSORBASE_H
Basic definitions for auxiliary types.
Manage lookup of vectors of auxiliary data.
Base class usable for accessors for variables with linked variables.
SG::auxid_t auxid() const
Return the aux id for this variable.
uint32_t m_auxid
The cached auxid.
bool isAvailable(const ELT &e) const
Test to see if this variable exists in the store.
uint32_t m_linkedAuxid
The cached auxid for the linked payload vector.
bool isAvailable(const AuxVectorData &e) const
Test to see if this variable exists in the store.
SG::auxid_t linkedAuxid() const
Return the aux id for the linked payload vector.
Test if T is compatible with ConstAuxElement.
size_t auxid_t
Identifier for a particular aux data item.