h5cpp  0.6
A modern C++ wrapper for the HDF5 C library
factory.hpp File Reference
Include dependency graph for factory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hdf5::datatype::DatatypeHolder
 data type object holder More...
 

Namespaces

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

Functions

template<typename T >
TypeTrait< typename std::remove_const< T >::type >::TypeClass hdf5::datatype::create (const T &v=T{})
 factory function for creating data types More...
 
template<typename T >
const Datatype & hdf5::datatype::get (const T &v=T{})
 factory function for getting reference of data types More...