|
h5cpp 0.7
A modern C++ wrapper for the HDF5 C library
|


Go to the source code of this file.
Classes | |
| class | hdf5::ObjectHandle |
| Wrapper for hid_t object identifiers. More... | |
Namespaces | |
| namespace | hdf5 |
| top-level namespace of the entire library | |
Functions | |
| bool | hdf5::operator== (const ObjectHandle &lhs, const ObjectHandle &rhs) |
| equality operator | |
| bool | hdf5::operator!= (const ObjectHandle &lhs, const ObjectHandle &rhs) |
| not equal to operator | |
| std::ostream & | hdf5::operator<< (std::ostream &stream, const ObjectHandle::Type &type) |
| output operator for Types | |