ATLAS Offline Software
|
Represent a list of base classes. More...
#include <Bases.h>
Public Types | |
using | Base1 = NoBase |
Static Public Member Functions | |
template<class CALLABLE > | |
static auto | foreach_ (CALLABLE f, bool=false) |
Iterate over base classes. More... | |
Represent a list of base classes.
This generic definition is used only for the case of an empty base class list; all others use the specialization below.
using SG::BaseList< T >::Base1 = NoBase |
|
inlinestatic |