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 | Functions
functions.hpp File Reference
#include <h5cpp/file/file.hpp>
#include <h5cpp/file/types.hpp>
#include <h5cpp/property/file_creation.hpp>
#include <h5cpp/property/file_access.hpp>
#include <h5cpp/core/windows.hpp>
Include dependency graph for functions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hdf5
 
 hdf5::file
 

Functions

DLL_EXPORT File hdf5::file::create (const boost::filesystem::path &path, AccessFlags flags=AccessFlags::EXCLUSIVE, const property::FileCreationList &fcpl=property::FileCreationList(), const property::FileAccessList &fapl=property::FileAccessList())
 create a new file More...
 
DLL_EXPORT File hdf5::file::create (const boost::filesystem::path &path, AccessFlagsBase flags, const property::FileCreationList &fcpl=property::FileCreationList(), const property::FileAccessList &fapl=property::FileAccessList())
 
DLL_EXPORT File hdf5::file::open (const boost::filesystem::path &path, AccessFlags flags=AccessFlags::READONLY, const property::FileAccessList &fapl=property::FileAccessList())
 open an existing file More...
 
DLL_EXPORT File hdf5::file::open (const boost::filesystem::path &path, AccessFlagsBase flags, const property::FileAccessList &fapl=property::FileAccessList())
 
DLL_EXPORT bool hdf5::file::is_hdf5_file (const boost::filesystem::path &path)
 check if the file reference by the path is an HDF5 file More...