h5cpp  0.5.0
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  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...