bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
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 521 of file HDF5CF.h.

Constructor & Destructor Documentation

◆ ~Group()

Group::~Group ( )

Definition at line 158 of file HDF5CF.cc.

Member Function Documentation

◆ getAttributes()

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

Definition at line 539 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 534 of file HDF5CF.h.

◆ getPath()

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

Get the original path of this group.

Definition at line 528 of file HDF5CF.h.

Friends And Related Symbol Documentation

◆ EOS5File

friend class EOS5File
friend

Definition at line 555 of file HDF5CF.h.

◆ File

friend class File
friend

Definition at line 553 of file HDF5CF.h.

◆ GMFile

friend class GMFile
friend

Definition at line 554 of file HDF5CF.h.


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