h5cpp  0.6.1
A modern C++ wrapper for the HDF5 C library
datatype.hpp File Reference
#include <type_traits>
#include <h5cpp/core/hdf5_capi.hpp>
#include <h5cpp/core/object_handle.hpp>
#include <h5cpp/datatype/types.hpp>
#include <h5cpp/core/windows.hpp>
Include dependency graph for datatype.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hdf5::datatype::Datatype
 base class for all data types More...
 

Namespaces

 hdf5
 top-level namespace of the entire library
 
 hdf5::datatype
 

Functions

bool hdf5::datatype::operator== (const Datatype &lhs, const Datatype &rhs)
 equality check for datatypes More...
 
bool hdf5::datatype::operator!= (const Datatype &lhs, const Datatype &rhs)
 inequality check for datatypes More...