![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <modules/hdf5/datastructures/hdf5path.h>
Public Member Functions | |
| operator const std::string & () const | |
| Path & | operator+= (const Path &path) |
| Path & | operator+= (std::string_view path) |
| Path & | operator= (const Path &that)=default |
| Path & | operator= (Path &&that)=default |
| Path (const Path &rhs)=default | |
| Path (Path &&rhs)=default | |
| Path (std::string_view path) | |
| Path & | pop () |
| Path & | push (const Path &path) |
| Path & | push (std::string_view path) |
| const std::string & | toString () const |
Friends | |
| Path | operator+ (const Path &lhs, const Path &rhs) |
| Path | operator+ (const Path &lhs, std::string_view rhs) |
A normalized HDF5 group path, e.g. /group/subgroup/dataset. The path is stored as a single normalized string with a leading /, no trailing / and no empty segments. An empty path represents the root /.