queso-0.51.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 66 of file Environment.h.

Constructor & Destructor Documentation

QUESO::FilePtrSetStruct::FilePtrSetStruct ( )

Struct constructor.

Definition at line 109 of file Environment.C.

110  :
111  ofsVar(NULL),
112  ifsVar(NULL)
113 {
114 }
std::ofstream * ofsVar
Provides a stream interface to write data to files.
Definition: Environment.h:75
std::ifstream * ifsVar
Provides a stream interface to read data from files.
Definition: Environment.h:78
QUESO::FilePtrSetStruct::~FilePtrSetStruct ( )

Destructor.

Definition at line 116 of file Environment.C.

117 {
118 }

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 Apr 23 2015 19:26:16 for queso-0.51.1 by  doxygen 1.8.5