ATLAS Offline Software
Loading...
Searching...
No Matches
TypeId< T > Class Template Reference
Collaboration diagram for TypeId< T >:

Public Member Functions

 operator int ()

Detailed Description

template<class T>
class TypeId< T >

Definition at line 27 of file IdDictMgr.cxx.

Member Function Documentation

◆ operator int()

template<class T>
TypeId< T >::operator int ( )
inline

Definition at line 30 of file IdDictMgr.cxx.

30 {
31 static const int i = TypeIdBuilder::build_id();
32
33 return(i);
34 }
static int build_id()
Definition IdDictMgr.cxx:37

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