Geant4 11.2.2
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 (G4String fileName)
 
 G4TFileInformation ()=default
 
 ~G4TFileInformation ()=default
 

Public Attributes

G4String fFileName
 
std::shared_ptr< FT > fFile { nullptr }
 
G4bool fIsOpen { false }
 
G4bool fIsEmpty {true }
 
G4bool fIsDeleted { false }
 

Detailed Description

template<typename FT>
struct G4TFileInformation< FT >

Definition at line 41 of file G4TFileInformation.hh.

Constructor & Destructor Documentation

◆ G4TFileInformation() [1/2]

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

Definition at line 43 of file G4TFileInformation.hh.

43: fFileName(std::move(fileName)) {}

◆ G4TFileInformation() [2/2]

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

◆ ~G4TFileInformation()

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

Member Data Documentation

◆ fFile

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

Definition at line 48 of file G4TFileInformation.hh.

48{ nullptr };

◆ fFileName

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

Definition at line 47 of file G4TFileInformation.hh.

◆ fIsDeleted

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

Definition at line 51 of file G4TFileInformation.hh.

51{ false };

◆ fIsEmpty

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

Definition at line 50 of file G4TFileInformation.hh.

50{true };

◆ fIsOpen

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

Definition at line 49 of file G4TFileInformation.hh.

49{ false };

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