ATLAS Offline Software
Public Types | List of all members
CondContMixedBaseInfo< T > Class Template Reference

Traits class to find the base for CondContMixed. More...

#include <CondCont.h>

Collaboration diagram for CondContMixedBaseInfo< T >:

Public Types

typedef CondContMixedBase Base
 

Detailed Description

template<typename T>
class CondContMixedBaseInfo< T >

Traits class to find the base for CondContMixed.

CondContMixed<T> normally derives from CondContMixedBase. However, if D derives from B, then using CONDCONTMIXED_BASE(D,B) will cause ContContMixed<D> to derive from CondContMixed.

Definition at line 1209 of file CondCont.h.

Member Typedef Documentation

◆ Base

template<typename T >
typedef CondContMixedBase CondContMixedBaseInfo< T >::Base

Definition at line 1212 of file CondCont.h.


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