ATLAS Offline Software
Loading...
Searching...
No Matches
CondContBaseInfo< T > Class Template Reference

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

#include <CondCont.h>

Collaboration diagram for CondContBaseInfo< T >:

Public Types

typedef CondContSingleBase Base

Detailed Description

template<typename T>
class CondContBaseInfo< T >

Traits class to find the base for CondCont.

CondCont<T> normally derives from CondContSingleBase. However, if D derives from B, then using CONDCONT_BASE(D,B) will cause ContCont<D> to derive from CondCont.

Definition at line 822 of file CondCont.h.

Member Typedef Documentation

◆ Base

template<typename T>
typedef CondContSingleBase CondContBaseInfo< T >::Base

Definition at line 825 of file CondCont.h.


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