Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::hdf5::Path Class Reference

#include <modules/hdf5/datastructures/hdf5path.h>

Public Member Functions

 operator const std::string & () const
 
Pathoperator+= (const Path &path)
 
Pathoperator+= (std::string_view path)
 
Pathoperator= (const Path &that)=default
 
Pathoperator= (Path &&that)=default
 
 Path (const Path &rhs)=default
 
 Path (Path &&rhs)=default
 
 Path (std::string_view path)
 
Pathpop ()
 
Pathpush (const Path &path)
 
Pathpush (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)
 

Detailed Description

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 /.


The documentation for this class was generated from the following file: