#include <HDF_fwd.hpp>
Holds categorized names for all members of a group.
Definition at line 534 of file HDF_fwd.hpp.
Public Attributes | |
std::vector< std::string > | groups |
Names of subgroups. More... | |
std::vector< std::string > | datasets |
Names of datasets. More... | |
std::vector< std::string > | datatypes |
Names of datatypes. More... | |
std::vector< std::string > | unknowns |
Names of unknown objects. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Members &members) |
Output this type in a user friendly way for quick inspection. More... | |
|
friend |
Output this type in a user friendly way for quick inspection.
Definition at line 541 of file HDF_fwd.hpp.
std::vector<std::string> mm::HDF::Members::datasets |
Names of datasets.
Definition at line 536 of file HDF_fwd.hpp.
std::vector<std::string> mm::HDF::Members::datatypes |
Names of datatypes.
Definition at line 537 of file HDF_fwd.hpp.
std::vector<std::string> mm::HDF::Members::groups |
Names of subgroups.
Definition at line 535 of file HDF_fwd.hpp.
std::vector<std::string> mm::HDF::Members::unknowns |
Names of unknown objects.
Definition at line 538 of file HDF_fwd.hpp.