Field3D
Hdf5Util::H5Base Class Reference

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

List of all members.

Public Member Functions

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

Protected Attributes

hid_t m_id

Detailed Description

Base class for all scoped Hdf5 util classes.

Definition at line 82 of file Hdf5Util.h.


Constructor & Destructor Documentation

Hdf5Util::H5Base::H5Base ( ) [inline]

Definition at line 86 of file Hdf5Util.h.

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

Member Function Documentation

Hdf5Util::H5Base::operator hid_t ( ) [inline]

Implicit cast to hid_t.

Definition at line 93 of file Hdf5Util.h.

References m_id.

  { return m_id; }

Member Data Documentation


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