Geant4-11
Public Member Functions | Data Fields
G4TFileInformation< FT > Struct Template Reference

#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 }
 

Detailed Description

template<typename FT>
struct G4TFileInformation< FT >

Definition at line 40 of file G4TFileInformation.hh.

Constructor & Destructor Documentation

◆ G4TFileInformation() [1/2]

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

Definition at line 42 of file G4TFileInformation.hh.

43 : fFileName(fileName) {}

◆ G4TFileInformation() [2/2]

template<typename FT >
G4TFileInformation< FT >::G4TFileInformation ( )
default

◆ ~G4TFileInformation()

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

Field Documentation

◆ fFile

template<typename FT >
std::shared_ptr<FT> G4TFileInformation< FT >::fFile { nullptr }

Definition at line 49 of file G4TFileInformation.hh.

◆ fFileName

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

Definition at line 48 of file G4TFileInformation.hh.

◆ fIsDeleted

template<typename FT >
G4bool G4TFileInformation< FT >::fIsDeleted { false }

Definition at line 52 of file G4TFileInformation.hh.

◆ fIsEmpty

template<typename FT >
G4bool G4TFileInformation< FT >::fIsEmpty { true }

Definition at line 51 of file G4TFileInformation.hh.

◆ fIsOpen

template<typename FT >
G4bool G4TFileInformation< FT >::fIsOpen { false }

Definition at line 50 of file G4TFileInformation.hh.


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