h5cpp 0.7
A modern C++ wrapper for the HDF5 C library
Loading...
Searching...
No Matches
version.hpp File Reference
#include <string>
#include <iostream>
#include <h5cpp/core/windows.hpp>
Include dependency graph for version.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hdf5::Version
 a 3 number version class More...
 

Namespaces

namespace  hdf5
 top-level namespace of the entire library
 

Functions

std::ostream & hdf5::operator<< (std::ostream &stream, const Version &version)
 output stream operator
 
bool hdf5::operator== (const Version &lhs, const Version &rhs)
 checks two version for equality
 
bool hdf5::operator!= (const Version &lhs, const Version &rhs)
 checks if two versions are not equal
 
bool hdf5::operator<= (const Version &lhs, const Version &rhs)
 checks if the left version is smaller or equal to the right
 
bool hdf5::operator< (const Version &lhs, const Version &rhs)
 checks if the left version is strictly small than the right
 
bool hdf5::operator>= (const Version &lhs, const Version &rhs)
 checks if the left version is bigger or equal than the right
 
bool hdf5::operator> (const Version &lhs, const Version &rhs)
 checks if the left version is strictly bigger than the right
 
Version hdf5::current_library_version ()
 returns the current version of the HDF5 library