bes Updated for version 3.20.13
HDF5CF::Group Class Reference

This class represents an HDF5 group. The group will be flattened according to the CF conventions. More...

#include <HDF5CF.h>

Collaboration diagram for HDF5CF::Group:
Collaboration graph

Public Member Functions

const std::vector< Attribute * > & getAttributes () const
 
const std::string & getNewName () const
 Get the new name of this group(flattened,name clashed checked)
 
const std::string & getPath () const
 Get the original path of this group.
 

Friends

class EOS5File
 
class File
 
class GMFile
 

Detailed Description

This class represents an HDF5 group. The group will be flattened according to the CF conventions.

Definition at line 525 of file HDF5CF.h.

Constructor & Destructor Documentation

◆ ~Group()

Group::~Group ( )

Definition at line 156 of file HDF5CF.cc.

Member Function Documentation

◆ getAttributes()

const std::vector< Attribute * > & HDF5CF::Group::getAttributes ( ) const
inline

Definition at line 543 of file HDF5CF.h.

◆ getNewName()

const std::string & HDF5CF::Group::getNewName ( ) const
inline

Get the new name of this group(flattened,name clashed checked)

Definition at line 538 of file HDF5CF.h.

◆ getPath()

const std::string & HDF5CF::Group::getPath ( ) const
inline

Get the original path of this group.

Definition at line 532 of file HDF5CF.h.

Friends And Related Function Documentation

◆ EOS5File

friend class EOS5File
friend

Definition at line 559 of file HDF5CF.h.

◆ File

friend class File
friend

Definition at line 557 of file HDF5CF.h.

◆ GMFile

friend class GMFile
friend

Definition at line 558 of file HDF5CF.h.


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