ATLAS Offline Software
|
Traits class to find the base for CondCont
.
More...
#include <CondCont.h>
Public Types | |
typedef CondContSingleBase | Base |
Traits class to find the base for CondCont
.
CondCont<T>
normally derives from CondContSingleBase
. However, if D
derives from B
, then using CONDCONT_BASE(D,B)
will cause ContCont<D>
to derive from CondCont
.
Definition at line 822 of file CondCont.h.
typedef CondContSingleBase CondContBaseInfo< T >::Base |
Definition at line 825 of file CondCont.h.