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

Go to the source code of this file.

Classes

class  hdf5::IteratorConfig
 iterator configuration More...
 

Namespaces

 hdf5
 top-level namespace of the entire library
 

Enumerations

enum class  hdf5::IterationOrder : std::underlying_type< H5_iter_order_t >::type { hdf5::Increasing = H5_ITER_INC , hdf5::Decreasing = H5_ITER_DEC , hdf5::Native = H5_ITER_NATIVE }
 
enum class  hdf5::IterationIndex : std::underlying_type< H5_index_t >::type { hdf5::Name = H5_INDEX_NAME , hdf5::CreationOrder = H5_INDEX_CRT_ORDER }
 iteration index More...
 

Functions

std::ostream & hdf5::operator<< (std::ostream &stream, const IterationOrder &order)
 ouput stream for iteration order enumeration More...
 
std::ostream & hdf5::operator<< (std::ostream &stream, const IterationIndex &index)