h5cpp
0.5.2
A modern C++ wrapper for the HDF5 C library
|
Go to the source code of this file.
Classes | |
class | hdf5::Version |
a 3 number version class More... | |
Namespaces | |
hdf5 | |
top-level namespace of the entire library | |
Functions | |
std::ostream & | hdf5::operator<< (std::ostream &stream, const Version &version) |
output stream operator More... | |
bool | hdf5::operator== (const Version &lhs, const Version &rhs) |
checks two version for equality More... | |
bool | hdf5::operator!= (const Version &lhs, const Version &rhs) |
checks if two versions are not equal More... | |
bool | hdf5::operator<= (const Version &lhs, const Version &rhs) |
checks if the left version is smaller or equal to the right More... | |
bool | hdf5::operator< (const Version &lhs, const Version &rhs) |
checks if the left version is strictly small than the right More... | |
bool | hdf5::operator>= (const Version &lhs, const Version &rhs) |
checks if the left version is bigger or equal than the right More... | |
bool | hdf5::operator> (const Version &lhs, const Version &rhs) |
checks if the left version is strictly bigger than the right More... | |
Version | hdf5::current_library_version () |
returns the current version of the HDF5 library More... | |