queso-0.55.0
Public Member Functions | Public Attributes | List of all members
QUESO::FilePtrSetStruct Struct Reference

Struct for handling data input and output from files. More...

#include <Environment.h>

Public Member Functions

 FilePtrSetStruct ()
 Struct constructor. More...
 
 ~FilePtrSetStruct ()
 Destructor. More...
 

Public Attributes

std::ofstream * ofsVar
 Provides a stream interface to write data to files. More...
 
std::ifstream * ifsVar
 Provides a stream interface to read data from files. More...
 

Detailed Description

Struct for handling data input and output from files.

This struct deals with data input and output from files. It encapsulates the input/output stream class std:: fstream.

Definition at line 72 of file Environment.h.

Constructor & Destructor Documentation

QUESO::FilePtrSetStruct::FilePtrSetStruct ( )

Struct constructor.

Definition at line 111 of file Environment.C.

112  :
113  ofsVar(NULL),
114  ifsVar(NULL)
115 #ifdef QUESO_HAS_HDF5
116  , // lol
117  h5Var(-1)
118 #endif
119 {
120 }
std::ofstream * ofsVar
Provides a stream interface to write data to files.
Definition: Environment.h:81
std::ifstream * ifsVar
Provides a stream interface to read data from files.
Definition: Environment.h:84
QUESO::FilePtrSetStruct::~FilePtrSetStruct ( )

Destructor.

Definition at line 122 of file Environment.C.

123 {
124 }

Member Data Documentation

std::ifstream* QUESO::FilePtrSetStruct::ifsVar
std::ofstream* QUESO::FilePtrSetStruct::ofsVar

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

Generated on Fri Jun 17 2016 14:17:43 for queso-0.55.0 by  doxygen 1.8.5