Field3D

Base class for all scoped Hdf5 util classes. More...

#include <Hdf5Util.h>

Inheritance diagram for Hdf5Util::H5Base:
Hdf5Util::H5ScopedAget_space Hdf5Util::H5ScopedAget_type Hdf5Util::H5ScopedAopen Hdf5Util::H5ScopedAopenIdx Hdf5Util::H5ScopedDcreate Hdf5Util::H5ScopedDget_space Hdf5Util::H5ScopedDget_type Hdf5Util::H5ScopedDopen Hdf5Util::H5ScopedGcreate Hdf5Util::H5ScopedGopen Hdf5Util::H5ScopedScreate Hdf5Util::H5ScopedTget_native_type

Public Member Functions

 H5Base ()
 
hid_t id () const
 Query the hid_t value. More...
 
 operator hid_t ()
 Implicit cast to hid_t. More...
 

Protected Attributes

hid_t m_id
 

Detailed Description

Base class for all scoped Hdf5 util classes.

Definition at line 92 of file Hdf5Util.h.

Constructor & Destructor Documentation

Hdf5Util::H5Base::H5Base ( )
inline

Definition at line 96 of file Hdf5Util.h.

97  : m_id(-1)
98  { /* Empty */ }

Member Function Documentation

Hdf5Util::H5Base::operator hid_t ( )
inline

Implicit cast to hid_t.

Definition at line 103 of file Hdf5Util.h.

References m_id.

104  { return m_id; }

Member Data Documentation


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