ATLAS Offline Software
|
#include "AthContainersInterfaces/AuxStore_traits.h"
#include "AthContainersInterfaces/IAuxStore.h"
#include "AthContainersInterfaces/IConstAuxStore.h"
Go to the source code of this file.
Macros | |
#define | CLASS_AUXSTORE(DOBJ) |
define which AUXSTORE and CONSTAUXSTORE to use for a DOBJ type. More... | |
#define | CLASS_AUXSTORE3(DOBJ, AUXSTORE, CONSTAUXSTORE) |
#define CLASS_AUXSTORE | ( | DOBJ | ) |
define which AUXSTORE and CONSTAUXSTORE to use for a DOBJ type.
CLASS_AUXSTORE specifies the default IAuxStore and IConstAuxStore interfaces CLASS_AUXSTORE3 allows to specify any AuxStore type.
Definition at line 30 of file CLASS_AUXSTORE.h.
#define CLASS_AUXSTORE3 | ( | DOBJ, | |
AUXSTORE, | |||
CONSTAUXSTORE | |||
) |
Definition at line 44 of file CLASS_AUXSTORE.h.