|
Geant4-11
|
#include <G4CreatorFactoryT.hh>
Public Member Functions | |
| T * | Create (const Identifier &id) const |
| G4CreatorFactoryT () | |
| G4bool | Register (const Identifier &id, Creator creator) |
| virtual | ~G4CreatorFactoryT () |
Private Types | |
| typedef std::map< Identifier, Creator > | Map |
Private Attributes | |
| Map | fMap |
Definition at line 39 of file G4CreatorFactoryT.hh.
|
private |
Definition at line 57 of file G4CreatorFactoryT.hh.
| G4CreatorFactoryT< T, Identifier, Creator >::G4CreatorFactoryT |
Definition at line 65 of file G4CreatorFactoryT.hh.
|
virtual |
Definition at line 68 of file G4CreatorFactoryT.hh.
| T * G4CreatorFactoryT< T, Identifier, Creator >::Create | ( | const Identifier & | id | ) | const |
Definition at line 92 of file G4CreatorFactoryT.hh.
References G4endl, G4Exception(), and JustWarning.
| G4bool G4CreatorFactoryT< T, Identifier, Creator >::Register | ( | const Identifier & | id, |
| Creator | creator | ||
| ) |
Definition at line 72 of file G4CreatorFactoryT.hh.
References G4endl, G4Exception(), and JustWarning.
|
private |
Definition at line 60 of file G4CreatorFactoryT.hh.