queso-0.56.1
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 76 of file Environment.h.

Constructor & Destructor Documentation

QUESO::FilePtrSetStruct::FilePtrSetStruct ( )

Struct constructor.

Definition at line 116 of file Environment.C.

117  :
118  ofsVar(NULL),
119  ifsVar(NULL)
120 #ifdef QUESO_HAS_HDF5
121  , // lol
122  h5Var(-1)
123 #endif
124 {
125 }
std::ifstream * ifsVar
Provides a stream interface to read data from files.
Definition: Environment.h:88
std::ofstream * ofsVar
Provides a stream interface to write data to files.
Definition: Environment.h:85
QUESO::FilePtrSetStruct::~FilePtrSetStruct ( )

Destructor.

Definition at line 127 of file Environment.C.

128 {
129 }

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 Thu Dec 15 2016 13:23:13 for queso-0.56.1 by  doxygen 1.8.5