HighFive 3.0.0
HighFive - Header-only C++ HDF5 interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
H5Slice_traits.hpp File Reference
#include <cstdlib>
#include <vector>
#include "H5_definitions.hpp"
#include "H5Utils.hpp"
#include "convert_size_vector.hpp"
#include "../H5PropertyList.hpp"
#include "h5s_wrapper.hpp"
Include dependency graph for H5Slice_traits.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HighFive::ElementSet
 
struct  HighFive::RegularHyperSlab
 
class  HighFive::HyperSlab
 
class  HighFive::ProductSet
 Selects the Cartesian product of slices. More...
 
class  HighFive::SliceTraits< Derivate >
 

Namespaces

namespace  HighFive
 

Functions

std::vector< hsize_t > HighFive::toHDF5SizeVector (const std::vector< size_t > &from)
 
std::vector< size_t > HighFive::toSTLSizeVector (const std::vector< hsize_t > &from)