#include <G4AttDefT.hh>
Inheritance diagram for G4AttDefT< T >:
Public Types | |
typedef T | Type |
Public Member Functions | |
G4AttDefT (const G4String &name, const G4String &desc, const G4String &category, const G4String &extra="") | |
virtual | ~G4AttDefT () |
Definition at line 40 of file G4AttDefT.hh.
Definition at line 44 of file G4AttDefT.hh.
G4AttDefT< T >::G4AttDefT | ( | const G4String & | name, | |
const G4String & | desc, | |||
const G4String & | category, | |||
const G4String & | extra = "" | |||
) | [inline] |
Definition at line 47 of file G4AttDefT.hh.
00051 :G4AttDef(name, desc, category, extra, G4TypeKeyT<T>()) 00052 {}