HighFive 2.10.0
HighFive - Header-only C++ HDF5 interface
|
#include <string>
#include "../H5PropertyList.hpp"
#include "H5_definitions.hpp"
#include "H5Converter_misc.hpp"
Go to the source code of this file.
Classes | |
class | HighFive::NodeTraits< Derivate > |
NodeTraits: Base class for Group and File. More... | |
Namespaces | |
namespace | HighFive |
Enumerations | |
enum class | HighFive::IndexType : std::underlying_type< H5_index_t >::type { HighFive::NAME = H5_INDEX_NAME , HighFive::CRT_ORDER = H5_INDEX_CRT_ORDER } |
enum class | HighFive::LinkType { HighFive::Hard , HighFive::Soft , HighFive::External , HighFive::Other } |
The possible types of group entries (link concept) More... | |