h5cpp  0.5.2
A modern C++ wrapper for the HDF5 C library
types.hpp File Reference
#include <iostream>
#include <h5cpp/core/hdf5_capi.hpp>
#include <h5cpp/core/windows.hpp>
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hdf5
 top-level namespace of the entire library
 
 hdf5::node
 namespace for node like objects and related functions
 

Typedefs

using hdf5::node::Type = NodeType
 alias type to ensure compatibility with existing code More...
 

Enumerations

enum class  hdf5::node::NodeType : std::underlying_type< H5O_type_t >::type { hdf5::node::Unknown = H5O_TYPE_UNKNOWN , hdf5::node::Group = H5O_TYPE_GROUP , hdf5::node::Dataset = H5O_TYPE_DATASET , hdf5::node::Datatype = H5O_TYPE_NAMED_DATATYPE }
 enumeration for node type More...
 
enum class  hdf5::node::LinkType : std::underlying_type< H5L_type_t >::type { hdf5::node::Hard = H5L_TYPE_HARD , hdf5::node::Soft = H5L_TYPE_SOFT , hdf5::node::External = H5L_TYPE_EXTERNAL , hdf5::node::Error = H5L_TYPE_ERROR }
 link type enumeration More...
 

Functions

std::ostream & hdf5::node::operator<< (std::ostream &stream, const NodeType &type)
 output stream operator for the NodeType enumeration More...
 
std::ostream & hdf5::node::operator<< (std::ostream &stream, const LinkType &type)
 output stream operator for the link type enumeration More...