#include <G4CreatorFactoryT.hh>
Public 멤버 함수 | |
G4CreatorFactoryT () | |
virtual | ~G4CreatorFactoryT () |
G4bool | Register (const Identifier &id, Creator creator) |
T * | Create (const Identifier &id) const |
Private 타입 | |
typedef std::map< Identifier, Creator > | Map |
Private 속성 | |
Map | fMap |
G4CreatorFactoryT.hh 파일의 40 번째 라인에서 정의되었습니다.
|
private |
G4CreatorFactoryT.hh 파일의 58 번째 라인에서 정의되었습니다.
G4CreatorFactoryT< T, Identifier, Creator >::G4CreatorFactoryT | ( | ) |
G4CreatorFactoryT.hh 파일의 66 번째 라인에서 정의되었습니다.
|
virtual |
G4CreatorFactoryT.hh 파일의 69 번째 라인에서 정의되었습니다.
T * G4CreatorFactoryT< T, Identifier, Creator >::Create | ( | const Identifier & | id | ) | const |
G4CreatorFactoryT.hh 파일의 93 번째 라인에서 정의되었습니다.
다음을 참조함 : G4endl, G4Exception(), JustWarning.
G4bool G4CreatorFactoryT< T, Identifier, Creator >::Register | ( | const Identifier & | id, |
Creator | creator | ||
) |
G4CreatorFactoryT.hh 파일의 73 번째 라인에서 정의되었습니다.
다음을 참조함 : G4endl, G4Exception(), JustWarning.
다음에 의해서 참조됨 : G4AttFilterUtils::GetAttValueFilterFactory().
|
private |
G4CreatorFactoryT.hh 파일의 61 번째 라인에서 정의되었습니다.