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
Classes | Namespaces | Typedefs | Enumerations | Functions
file_access.hpp File Reference
#include <h5cpp/property/property_list.hpp>
#include <h5cpp/core/windows.hpp>
#include <h5cpp/file/driver.hpp>
Include dependency graph for file_access.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hdf5::property::FileAccessList
 file access property list More...
 

Namespaces

 hdf5
 
 hdf5::property
 

Typedefs

using hdf5::property::LibVersionBase = std::underlying_type< LibVersion >::type
 
using hdf5::property::CloseDegreeBase = std::underlying_type< CloseDegree >::type
 

Enumerations

enum  hdf5::property::LibVersion : std::underlying_type< H5F_libver_t >::type { hdf5::property::LibVersion::LATEST = H5F_LIBVER_LATEST, hdf5::property::LibVersion::EARLIEST = H5F_LIBVER_EARLIEST }
 library version enumeration More...
 
enum  hdf5::property::CloseDegree : std::underlying_type< H5F_close_degree_t >::type { hdf5::property::CloseDegree::WEAK = H5F_CLOSE_WEAK, hdf5::property::CloseDegree::SEMI = H5F_CLOSE_SEMI, hdf5::property::CloseDegree::STRONG = H5F_CLOSE_STRONG, hdf5::property::CloseDegree::DEFAULT = H5F_CLOSE_DEFAULT }
 close degree enumeration More...
 

Functions

DLL_EXPORT std::ostream & hdf5::property::operator<< (std::ostream &stream, const LibVersion &version)
 
DLL_EXPORT std::ostream & hdf5::property::operator<< (std::ostream &stream, const CloseDegree &version)