HighFive 3.0.0
HighFive - Header-only C++ HDF5 interface
Loading...
Searching...
No Matches
H5DataType_misc.hpp File Reference
#include <string>
#include <complex>
#include <cstring>
#include <H5Ppublic.h>
#include "H5Inspector_misc.hpp"
#include "h5t_wrapper.hpp"
#include "h5i_wrapper.hpp"
Include dependency graph for H5DataType_misc.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HighFive::AtomicType< char[StrLen]>
 
class  HighFive::AtomicType< std::complex< T > >
 

Namespaces

namespace  HighFive
 

Functions

EnumType< details::Boolean > HighFive::create_enum_boolean ()
 
size_t HighFive::find_first_atomic_member_size (hid_t hid)
 
template<typename T >
DataType HighFive::create_datatype ()
 Create a DataType instance representing type T.
 
template<typename T >
DataType HighFive::create_and_check_datatype ()
 Create a DataType instance representing type T and perform a sanity check on its size.
 
template<>
DataType HighFive::create_datatype< bool > ()