QMCPACK
hdf_path.h File Reference
+ Include dependency graph for hdf_path.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hdf_path
 

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Functions

hdf_path operator/ (const hdf_path &lhs, const hdf_path &rhs)
 concatenates two paths with a directory separator More...
 
hdf_path operator/ (const hdf_path &lhs, const std::string &rhs)
 
hdf_path operator/ (const hdf_path &lhs, const char *rhs)
 
bool operator== (const hdf_path &lhs, const hdf_path &rhs) noexcept
 Checks whether lhs and rhs are equal. More...