The Gaudi Framework  v30r3 (a5ef0a68)
IInspector::_TT< T > Class Template Reference
Inheritance diagram for IInspector::_TT< T >:
Collaboration diagram for IInspector::_TT< T >:

Public Member Functions

 _TT ()
 
- Public Member Functions inherited from IInspector::Tag
 Tag (long f, const std::type_info &s)
 

Additional Inherited Members

- Public Attributes inherited from IInspector::Tag
long first
 
const std::type_infosecond
 

Detailed Description

template<class T>
class IInspector::_TT< T >

Definition at line 58 of file IInspector.h.

Constructor & Destructor Documentation

template<class T >
IInspector::_TT< T >::_TT ( )
inline

Definition at line 61 of file IInspector.h.

61 : Tag( sizeof( T ), typeid( T ) ) {}
Tag(long f, const std::type_info &s)
Definition: IInspector.h:42

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