queso-0.57.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...
 
hid_t h5Var
 

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 77 of file Environment.h.

Constructor & Destructor Documentation

QUESO::FilePtrSetStruct::FilePtrSetStruct ( )

Struct constructor.

Definition at line 130 of file Environment.C.

131 {
132  queso_deprecated();
133 }
QUESO::FilePtrSetStruct::~FilePtrSetStruct ( )

Destructor.

Member Data Documentation

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

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

Generated on Sat Apr 22 2017 14:04:38 for queso-0.57.0 by  doxygen 1.8.5