Geant4
10.02.p02
|
#include <G4CreatorFactoryT.hh>
Public Member Functions | |
G4CreatorFactoryT () | |
virtual | ~G4CreatorFactoryT () |
G4bool | Register (const Identifier &id, Creator creator) |
T * | Create (const Identifier &id) const |
Private Types | |
typedef std::map< Identifier, Creator > | Map |
Private Attributes | |
Map | fMap |
Definition at line 40 of file G4CreatorFactoryT.hh.
|
private |
Definition at line 58 of file G4CreatorFactoryT.hh.
G4CreatorFactoryT< T, Identifier, Creator >::G4CreatorFactoryT | ( | ) |
Definition at line 66 of file G4CreatorFactoryT.hh.
|
virtual |
Definition at line 69 of file G4CreatorFactoryT.hh.
T * G4CreatorFactoryT< T, Identifier, Creator >::Create | ( | const Identifier & | id | ) | const |
Definition at line 93 of file G4CreatorFactoryT.hh.
References G4endl, G4Exception(), and JustWarning.
G4bool G4CreatorFactoryT< T, Identifier, Creator >::Register | ( | const Identifier & | id, |
Creator | creator | ||
) |
Definition at line 73 of file G4CreatorFactoryT.hh.
References G4endl, G4Exception(), and JustWarning.
Referenced by G4AttFilterUtils::GetAttValueFilterFactory().
|
private |
Definition at line 61 of file G4CreatorFactoryT.hh.