ATLAS Offline Software
Public Types | List of all members
DataVectorBase< T > Struct Template Reference

Derivation information for DataVector. More...

#include <DataVector.h>

Collaboration diagram for DataVectorBase< T >:

Public Types

typedef DataModel_detail::NoBase Base
 

Detailed Description

template<class T>
struct DataVectorBase< T >

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.

Definition at line 633 of file DataVector.h.

Member Typedef Documentation

◆ Base

template<class T >
typedef DataModel_detail::NoBase DataVectorBase< T >::Base

Definition at line 635 of file DataVector.h.


The documentation for this struct was generated from the following file: