|
hops
|
#include <algorithm>#include <array>#include <cstddef>#include <exception>#include <string>#include <type_traits>#include <vector>#include <H5public.h>#include "../H5Exception.hpp"

Go to the source code of this file.
Namespaces | |
| HighFive | |
| HighFive::details | |
Typedefs | |
| template<typename T > | |
| using | HighFive::details::unqualified_t = typename std::remove_const< typename std::remove_reference< T >::type >::type |
Functions | |
| template<typename T > | |
| void | HighFive::details::get_dim_vector_rec (const T &, std::vector< size_t > &) |
| template<typename T > | |
| void | HighFive::details::get_dim_vector_rec (const std::vector< T > &vec, std::vector< size_t > &dims) |
| template<typename T > | |
| std::vector< size_t > | HighFive::details::get_dim_vector (const std::vector< T > &vec) |
| template<typename T , std::size_t N> | |
| void | HighFive::details::get_dim_vector_rec (const T(&vec)[N], std::vector< size_t > &dims) |
| template<typename T , std::size_t N> | |
| std::vector< size_t > | HighFive::details::get_dim_vector (const T(&vec)[N]) |
| template<typename Size > | |
| std::vector< std::size_t > | HighFive::details::to_vector_size_t (const std::vector< Size > &vec) |
| std::vector< std::size_t > | HighFive::details::to_vector_size_t (const std::vector< std::size_t > &vec) |
| template<typename T > | |
| std::string | HighFive::details::get_name (T fct) |
1.8.17