Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
G4FRofstream Class Reference

#include <G4FRofstream.hh>

Public Types

enum  { SEND_BUFMAX = 1024 }
 

Public Member Functions

 G4FRofstream ()
 
 G4FRofstream (const char *filename)
 
virtual ~G4FRofstream ()
 
void Open (const char *filename)
 
void Close ()
 
G4bool IsOpen ()
 
void SendLine (const char *string)
 

Static Public Member Functions

static G4bool DoesFileExist (const char *filename)
 

Protected Attributes

G4bool flag_file_open
 
std::ofstream fout
 

Detailed Description

Definition at line 43 of file G4FRofstream.hh.

Member Enumeration Documentation

anonymous enum
Enumerator
SEND_BUFMAX 

Definition at line 46 of file G4FRofstream.hh.

Constructor & Destructor Documentation

G4FRofstream::G4FRofstream ( )
inline

Definition at line 51 of file G4FRofstream.hh.

G4FRofstream::G4FRofstream ( const char *  filename)
inline

Definition at line 112 of file G4FRofstream.hh.

Here is the call graph for this function:

G4FRofstream::~G4FRofstream ( )
inlinevirtual

Definition at line 119 of file G4FRofstream.hh.

Here is the call graph for this function:

Member Function Documentation

void G4FRofstream::Close ( )
inline

Definition at line 83 of file G4FRofstream.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4FRofstream::DoesFileExist ( const char *  filename)
inlinestatic

Definition at line 99 of file G4FRofstream.hh.

Here is the caller graph for this function:

G4bool G4FRofstream::IsOpen ( )
inline

Definition at line 60 of file G4FRofstream.hh.

Here is the caller graph for this function:

void G4FRofstream::Open ( const char *  filename)
inline

Definition at line 74 of file G4FRofstream.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4FRofstream::SendLine ( const char *  string)
inline

Definition at line 91 of file G4FRofstream.hh.

Here is the call graph for this function:

Member Data Documentation

G4bool G4FRofstream::flag_file_open
protected

Definition at line 69 of file G4FRofstream.hh.

std::ofstream G4FRofstream::fout
protected

Definition at line 70 of file G4FRofstream.hh.


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