|
MCKL
Monte Carlo Kernel Library
|
RAII class for HDF5 IDs. More...
#include <mckl/utility/hdf5.hpp>
Public Member Functions | |
| HDF5ID () | |
| HDF5ID (::hid_t id) | |
| HDF5ID (const HDF5ID &other) | |
| HDF5ID (HDF5ID &&other) | |
| ~HDF5ID () | |
| bool | good () const |
| ::hid_t | id () const |
| operator bool () const | |
| bool | operator! () const |
| HDF5ID & | operator= (const HDF5ID &other) |
| HDF5ID & | operator= (HDF5ID &&other) |
Protected Attributes | |
| ::hid_t | id_ |
RAII class for HDF5 IDs.
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
protected |
1.8.13