h5cpp
0.3.3
A modern C++ wrapper for the HDF5 C library
|
#include <h5cpp/core/hdf5_capi.hpp>
#include <type_traits>
#include <iostream>
#include <h5cpp/core/windows.hpp>
#include <h5cpp/property/link_access.hpp>
Go to the source code of this file.
Classes | |
class | hdf5::IteratorConfig |
iterator configuration More... | |
Namespaces | |
hdf5 | |
Enumerations | |
enum | hdf5::IterationOrder : std::underlying_type< H5_iter_order_t >::type { hdf5::IterationOrder::INCREASING = H5_ITER_INC, hdf5::IterationOrder::DECREASING = H5_ITER_DEC, hdf5::IterationOrder::NATIVE = H5_ITER_NATIVE } |
iteration order More... | |
enum | hdf5::IterationIndex : std::underlying_type< H5_index_t >::type { hdf5::IterationIndex::NAME = H5_INDEX_NAME, hdf5::IterationIndex::CREATION_ORDER = H5_INDEX_CRT_ORDER } |
iteration index More... | |
Functions | |
DLL_EXPORT std::ostream & | hdf5::operator<< (std::ostream &stream, const IterationIndex &index) |