Go to the source code of this file.
|
| enum | hdf5::file::AccessFlags : unsigned { hdf5::file::AccessFlags::TRUNCATE = 0x0002,
hdf5::file::AccessFlags::EXCLUSIVE = 0x0004,
hdf5::file::AccessFlags::READWRITE = 0x0001,
hdf5::file::AccessFlags::READONLY = 0x0000
} |
| | flags controlling file opening and creation More...
|
| |
| enum | hdf5::file::ImageFlags : unsigned {
hdf5::file::ImageFlags::READONLY = 0x0000,
hdf5::file::ImageFlags::READWRITE = H5LT_FILE_IMAGE_OPEN_RW,
hdf5::file::ImageFlags::DONT_COPY = H5LT_FILE_IMAGE_DONT_COPY,
hdf5::file::ImageFlags::DONT_RELEASE = H5LT_FILE_IMAGE_DONT_RELEASE,
hdf5::file::ImageFlags::ALL = H5LT_FILE_IMAGE_ALL
} |
| | flags controlling image file opening and getting More...
|
| |
| enum | hdf5::file::SearchFlags : unsigned int {
hdf5::file::SearchFlags::FILE = H5F_OBJ_FILE,
hdf5::file::SearchFlags::DATASET = H5F_OBJ_DATASET,
hdf5::file::SearchFlags::GROUP = H5F_OBJ_GROUP,
hdf5::file::SearchFlags::DATATYPE = H5F_OBJ_DATATYPE,
hdf5::file::SearchFlags::ATTRIBUTE = H5F_OBJ_ATTR,
hdf5::file::SearchFlags::ALL = H5F_OBJ_ALL,
hdf5::file::SearchFlags::LOCAL = H5F_OBJ_LOCAL
} |
| | flags controlling object search in a file More...
|
| |
| enum | hdf5::file::Scope : std::underlying_type< H5F_scope_t >::type { hdf5::file::Scope::LOCAL = H5F_SCOPE_LOCAL,
hdf5::file::Scope::GLOBAL = H5F_SCOPE_GLOBAL
} |
| | file scope More...
|
| |
|
| std::ostream & | hdf5::file::operator<< (std::ostream &stream, const AccessFlags &flags) |
| |
| AccessFlagsBase | hdf5::file::operator| (const AccessFlags &lhs, const AccessFlags &rhs) |
| |
| AccessFlagsBase | hdf5::file::operator| (const AccessFlagsBase &lhs, const AccessFlags &rhs) |
| |
| AccessFlagsBase | hdf5::file::operator| (const AccessFlags &lhs, const AccessFlagsBase &rhs) |
| |
| std::ostream & | hdf5::file::operator<< (std::ostream &stream, const ImageFlags &flags) |
| |
| ImageFlagsBase | hdf5::file::operator| (const ImageFlags &lhs, const ImageFlags &rhs) |
| |
| ImageFlagsBase | hdf5::file::operator| (const ImageFlagsBase &lhs, const ImageFlags &rhs) |
| |
| ImageFlagsBase | hdf5::file::operator| (const ImageFlags &lhs, const ImageFlagsBase &rhs) |
| |
| std::ostream & | hdf5::file::operator<< (std::ostream &stream, const SearchFlags &flags) |
| |
| SearchFlagsBase | hdf5::file::operator| (const SearchFlags &lhs, const SearchFlags &rhs) |
| |
| SearchFlagsBase | hdf5::file::operator| (const SearchFlags &lhs, const SearchFlagsBase &rhs) |
| |
| SearchFlagsBase | hdf5::file::operator| (const SearchFlagsBase &lhs, const SearchFlags &rhs) |
| |
| std::ostream & | hdf5::file::operator<< (std::ostream &stream, const Scope &scope) |
| |