#include <G4FRofstream.hh>
Definition at line 43 of file G4FRofstream.hh.
◆ anonymous enum
◆ G4FRofstream() [1/2]
G4FRofstream::G4FRofstream |
( |
| ) |
|
|
inline |
◆ G4FRofstream() [2/2]
G4FRofstream::G4FRofstream |
( |
const char * |
filename | ) |
|
|
inline |
◆ ~G4FRofstream()
G4FRofstream::~G4FRofstream |
( |
| ) |
|
|
inlinevirtual |
◆ Close()
void G4FRofstream::Close |
( |
| ) |
|
|
inline |
◆ DoesFileExist()
G4bool G4FRofstream::DoesFileExist |
( |
const char * |
filename | ) |
|
|
inlinestatic |
Definition at line 99 of file G4FRofstream.hh.
100{
102
103 std::ifstream fout_tmp( filename ) ;
104 if( fout_tmp ) { status = true ; }
105 fout_tmp.close();
106
107 return status ;
108}
Referenced by G4DAWNFILEViewer::ShowView().
◆ IsOpen()
G4bool G4FRofstream::IsOpen |
( |
| ) |
|
|
inline |
◆ Open()
void G4FRofstream::Open |
( |
const char * |
filename | ) |
|
|
inline |
◆ SendLine()
void G4FRofstream::SendLine |
( |
const char * |
string | ) |
|
|
inline |
◆ flag_file_open
G4bool G4FRofstream::flag_file_open |
|
protected |
◆ fout
std::ofstream G4FRofstream::fout |
|
protected |
The documentation for this class was generated from the following file: