Medusa  1.1
Coordinate Free Mehless Method implementation
mm::HDF::Members Struct Reference

#include <HDF_fwd.hpp>

Detailed Description

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

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const Members members 
)
friend

Output this type in a user friendly way for quick inspection.

Definition at line 541 of file HDF_fwd.hpp.

Member Data Documentation

◆ datasets

std::vector<std::string> mm::HDF::Members::datasets

Names of datasets.

Definition at line 536 of file HDF_fwd.hpp.

◆ datatypes

std::vector<std::string> mm::HDF::Members::datatypes

Names of datatypes.

Definition at line 537 of file HDF_fwd.hpp.

◆ groups

std::vector<std::string> mm::HDF::Members::groups

Names of subgroups.

Definition at line 535 of file HDF_fwd.hpp.

◆ unknowns

std::vector<std::string> mm::HDF::Members::unknowns

Names of unknown objects.

Definition at line 538 of file HDF_fwd.hpp.


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