queso-0.53.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 {
116 }
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 118 of file Environment.C.

119 {
120 }

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 Jun 11 2015 13:52:34 for queso-0.53.0 by  doxygen 1.8.5