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