ATLAS Offline Software
|
Traits class to hold derivation information. More...
#include <Bases.h>
Public Types | |
using | bases = BaseList<> |
Traits class to hold derivation information.
The bases typedef gives a BaseList
which holds the list of base classes. The entries in this list may be of the form Virtual<T> to indicate virtual derivation. This class should be specialized for every class T for which we want to know inheritance information.