h5cpp  0.5.2
A modern C++ wrapper for the HDF5 C library
path.hpp File Reference
#include <list>
#include <string>
#include <h5cpp/core/windows.hpp>
Include dependency graph for path.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hdf5::Path
 path to a node object More...
 

Namespaces

 hdf5
 top-level namespace of the entire library
 

Functions

bool hdf5::operator== (const Path &lhs, const Path &rhs)
 checks two paths for equality More...
 
Path hdf5::common_base (const Path &lhs, const Path &rhs)
 checks two paths for equality base More...
 
bool hdf5::operator!= (const Path &lhs, const Path &rhs)
 
Path hdf5::operator+ (const Path &lhs, const Path &rhs)
 
std::ostream & hdf5::operator<< (std::ostream &stream, const Path &path)