Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4IosFlagsSaver Class Reference

#include <G4IosFlagsSaver.hh>

Public Member Functions

 G4IosFlagsSaver (std::ostream &_ios)
 
 ~G4IosFlagsSaver ()
 

Detailed Description

Definition at line 31 of file G4IosFlagsSaver.hh.

Constructor & Destructor Documentation

◆ G4IosFlagsSaver()

G4IosFlagsSaver::G4IosFlagsSaver ( std::ostream &  _ios)
inlineexplicit

Definition at line 34 of file G4IosFlagsSaver.hh.

34 :
35 fIO(_ios), fFlags(_ios.flags())
36 {
37 }

◆ ~G4IosFlagsSaver()

G4IosFlagsSaver::~G4IosFlagsSaver ( )
inline

Definition at line 38 of file G4IosFlagsSaver.hh.

39 {
40 fIO.flags(fFlags);
41 }

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