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

Traits class to hold derivation information. More...

#include <Bases.h>

Collaboration diagram for SG::Bases< T >:

Public Types

using bases = BaseList<>
 

Detailed Description

template<class T>
struct SG::Bases< T >

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.

Definition at line 109 of file Bases.h.

Member Typedef Documentation

◆ bases

template<class T >
using SG::Bases< T >::bases = BaseList<>

Definition at line 112 of file Bases.h.


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