GEOSX
Public Member Functions | List of all members
geosx::HDFTarget Class Reference

An abstract class representing an HDF output target. More...

#include <TimeHistHDF.hpp>

Inheritance diagram for geosx::HDFTarget:
Inheritance graph
[legend]

Public Member Functions

virtual operator hid_t ()
 Get the HDF hid_t of the target. More...
 
virtual bool checkInTarget (const string &name)
 Whether a dataset/group with the specified name exists in the target. More...
 

Detailed Description

An abstract class representing an HDF output target.

Definition at line 40 of file TimeHistHDF.hpp.

Member Function Documentation

◆ checkInTarget()

virtual bool geosx::HDFTarget::checkInTarget ( const string name)
inlinevirtual

Whether a dataset/group with the specified name exists in the target.

Parameters
nameThe dataset/group name to check for.
Returns
Whether the dataset/group exists in the target.

Definition at line 54 of file TimeHistHDF.hpp.

◆ operator hid_t()

virtual geosx::HDFTarget::operator hid_t ( )
inlinevirtual

Get the HDF hid_t of the target.

Returns
The hid_t of the target.

Reimplemented in geosx::HDFFile.

Definition at line 47 of file TimeHistHDF.hpp.


The documentation for this class was generated from the following file: