h5cpp  0.3.3
A modern C++ wrapper for the HDF5 C library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions
object_handle.hpp File Reference
#include <h5cpp/core/hdf5_capi.hpp>
#include <iostream>
#include <h5cpp/core/windows.hpp>
Include dependency graph for object_handle.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hdf5::ObjectHandle
 Wrapper for hid_t object identifiers. More...
 

Namespaces

 hdf5
 

Functions

DLL_EXPORT bool hdf5::operator== (const ObjectHandle &lhs, const ObjectHandle &rhs)
 equality operator More...
 
DLL_EXPORT bool hdf5::operator!= (const ObjectHandle &lhs, const ObjectHandle &rhs)
 not equal to operator More...
 
DLL_EXPORT std::ostream & hdf5::operator<< (std::ostream &stream, const ObjectHandle::Type &type)
 output operator for Types More...