Derivation information for DataVector
.
More...
#include <DataVector.h>
Public Types | |
typedef DataModel_detail::NoBase | Base |
Derivation information for DataVector
.
Specializations of this class represent the derivation information that DataVector
needs. They have the property that DataVectorBase<T>::Base
is either NoBase
or it is the class from which DataVector<T>
should derive.