h5cpp  0.4.1
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
 
 hdf5::node
 

Typedefs

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

Enumerations

enum  hdf5::node::NodeType : std::underlying_type< H5O_type_t >::type { hdf5::node::NodeType::UNKNOWN = H5O_TYPE_UNKNOWN, hdf5::node::NodeType::GROUP = H5O_TYPE_GROUP, hdf5::node::NodeType::DATASET = H5O_TYPE_DATASET, hdf5::node::NodeType::DATATYPE = H5O_TYPE_NAMED_DATATYPE }
 enumeration for node type More...
 
enum  hdf5::node::LinkType : std::underlying_type< H5L_type_t >::type { hdf5::node::LinkType::HARD = H5L_TYPE_HARD, hdf5::node::LinkType::SOFT = H5L_TYPE_SOFT, hdf5::node::LinkType::EXTERNAL = H5L_TYPE_EXTERNAL, hdf5::node::LinkType::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...