Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4TFileInformation< FT > Struct Template Reference

#include <G4TFileInformation.hh>

Public Member Functions

 G4TFileInformation (const G4String fileName)
 
 ~G4TFileInformation ()
 

Public Attributes

G4String fFileName
 
std::shared_ptr< FT > fFile
 
G4bool fIsOpen
 
G4bool fIsEmpty
 
G4bool fIsDeleted
 

Detailed Description

template<typename FT>
struct G4TFileInformation< FT >

Definition at line 40 of file G4TFileInformation.hh.

Constructor & Destructor Documentation

◆ G4TFileInformation()

template<typename FT >
G4TFileInformation< FT >::G4TFileInformation ( const G4String  fileName)
inline

Definition at line 42 of file G4TFileInformation.hh.

43 : fFileName(fileName),
44 fFile(nullptr),
45 fIsOpen(false),
46 fIsEmpty(true),
47 fIsDeleted(false) {}
std::shared_ptr< FT > fFile

◆ ~G4TFileInformation()

template<typename FT >
G4TFileInformation< FT >::~G4TFileInformation ( )
inline

Definition at line 49 of file G4TFileInformation.hh.

50 {}

Member Data Documentation

◆ fFile

template<typename FT >
std::shared_ptr<FT> G4TFileInformation< FT >::fFile

Definition at line 53 of file G4TFileInformation.hh.

◆ fFileName

template<typename FT >
G4String G4TFileInformation< FT >::fFileName

Definition at line 52 of file G4TFileInformation.hh.

◆ fIsDeleted

template<typename FT >
G4bool G4TFileInformation< FT >::fIsDeleted

Definition at line 56 of file G4TFileInformation.hh.

◆ fIsEmpty

template<typename FT >
G4bool G4TFileInformation< FT >::fIsEmpty

Definition at line 55 of file G4TFileInformation.hh.

◆ fIsOpen

template<typename FT >
G4bool G4TFileInformation< FT >::fIsOpen

Definition at line 54 of file G4TFileInformation.hh.


The documentation for this struct was generated from the following file: