#include <H5PropertyList.hpp>
|
| Chunking (const std::vector< hsize_t > &dims) |
|
| Chunking (const std::initializer_list< hsize_t > &items) |
|
template<typename... Args> |
| Chunking (hsize_t item, Args... args) |
|
const std::vector< hsize_t > & | getDimensions () const noexcept |
|
◆ Chunking() [1/3]
HighFive::Chunking::Chunking |
( |
const std::vector< hsize_t > & |
dims | ) |
|
|
inlineexplicit |
◆ Chunking() [2/3]
HighFive::Chunking::Chunking |
( |
const std::initializer_list< hsize_t > & |
items | ) |
|
|
inline |
◆ Chunking() [3/3]
template<typename... Args>
HighFive::Chunking::Chunking |
( |
hsize_t |
item, |
|
|
Args... |
args |
|
) |
| |
|
inlineexplicit |
◆ getDimensions()
const std::vector<hsize_t>& HighFive::Chunking::getDimensions |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following files: