h5cpp  0.5.2
A modern C++ wrapper for the HDF5 C library
selection.hpp File Reference
#include <h5cpp/dataspace/type.hpp>
#include <h5cpp/dataspace/dataspace.hpp>
#include <h5cpp/core/types.hpp>
#include <h5cpp/core/windows.hpp>
#include <memory>
#include <list>
Include dependency graph for selection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hdf5::dataspace::Selection
 selection base class More...
 
struct  hdf5::dataspace::OperationWithSelection
 

Namespaces

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

Typedefs

using hdf5::dataspace::SelectionPair = std::pair< SelectionOperation, Selection::SharedPointer >
 
using hdf5::dataspace::SelectionList = std::list< OperationWithSelection >
 

Functions

Dataspace hdf5::dataspace::operator|| (const Dataspace &space, const SelectionList &selections)