h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
82 virtual void apply(
const Dataspace &space,
105 virtual size_t size()
const = 0;
118 #pragma clang diagnostic push
119 #pragma clang diagnostic ignored "-Wpadded"
126 #pragma clang diagnostic pop
129 using SelectionPair = std::pair<SelectionOperation, Selection::SharedPointer>;
selection base class
Definition: selection.hpp:42
Selection::SharedPointer selection
Definition: selection.hpp:123
std::pair< SelectionOperation, Selection::SharedPointer > SelectionPair
Definition: selection.hpp:129
SelectionOperation operation
Definition: selection.hpp:122
Dataspace operator||(const Dataspace &space, const Hyperslab &selection)
std::shared_ptr< Selection > SharedPointer
Definition: selection.hpp:49
SelectionOperation
selection operator
Definition: type.hpp:95
Definition: selection.hpp:121
std::vector< hsize_t > Dimensions
Definition: types.hpp:32
SelectionType
selection type
Definition: type.hpp:71
#define DLL_EXPORT
Definition: windows.hpp:29
dataspace base class
Definition: dataspace.hpp:41
std::list< OperationWithSelection > SelectionList
Definition: selection.hpp:130
std::unique_ptr< Selection > UniquePointer
pointer for selection stacks
Definition: selection.hpp:48
top-level namespace of the entire library
Definition: attribute.hpp:45