Geant4-11
|
#include <G4TFileInformation.hh>
Public Member Functions | |
G4TFileInformation ()=default | |
G4TFileInformation (const G4String fileName) | |
~G4TFileInformation ()=default | |
Data Fields | |
std::shared_ptr< FT > | fFile { nullptr } |
G4String | fFileName |
G4bool | fIsDeleted { false } |
G4bool | fIsEmpty { true } |
G4bool | fIsOpen { false } |
Definition at line 40 of file G4TFileInformation.hh.
|
inline |
Definition at line 42 of file G4TFileInformation.hh.
|
default |
|
default |
std::shared_ptr<FT> G4TFileInformation< FT >::fFile { nullptr } |
Definition at line 49 of file G4TFileInformation.hh.
G4String G4TFileInformation< FT >::fFileName |
Definition at line 48 of file G4TFileInformation.hh.
G4bool G4TFileInformation< FT >::fIsDeleted { false } |
Definition at line 52 of file G4TFileInformation.hh.
G4bool G4TFileInformation< FT >::fIsEmpty { true } |
Definition at line 51 of file G4TFileInformation.hh.
G4bool G4TFileInformation< FT >::fIsOpen { false } |
Definition at line 50 of file G4TFileInformation.hh.