libpniio
|
Go to the source code of this file.
Data Structures | |
class | pni::io::nx::h5::h5datatype |
HDF5 type wrapper. More... | |
Namespaces | |
pni | |
pni::io | |
pni::io::nx | |
pni::io::nx::h5 | |
Functions | |
bool | pni::io::nx::h5::operator== (const h5datatype &a, const h5datatype &b) |
equality comparison More... | |
bool | pni::io::nx::h5::operator!= (const h5datatype &a, const h5datatype &b) |
inequality More... | |
pni::core::type_id_t | pni::io::nx::h5::type_id (const h5datatype &o) |
get type code More... | |
const h5datatype & | pni::io::nx::h5::get_type (pni::core::type_id_t id) |
get reference to type More... | |
h5datatype | pni::io::nx::h5::make_type (pni::core::type_id_t id) |
create new type More... | |