h5cpp
0.3.3
A modern C++ wrapper for the HDF5 C library
|
#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>
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... | |