h5cpp  0.3.3
A modern C++ wrapper for the HDF5 C library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Enumerations | Functions
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
 

Enumerations

enum  hdf5::node::Type : std::underlying_type< H5O_type_t >::type { hdf5::node::Type::UNKNOWN = H5O_TYPE_UNKNOWN, hdf5::node::Type::GROUP = H5O_TYPE_GROUP, hdf5::node::Type::DATASET = H5O_TYPE_DATASET, hdf5::node::Type::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 }
 

Functions

DLL_EXPORT std::ostream & hdf5::node::operator<< (std::ostream &stream, const Type &type)
 
DLL_EXPORT std::ostream & hdf5::node::operator<< (std::ostream &stream, const LinkType &type)