MUQ  0.4.3
muq::Utilities::AttributeList Class Reference

#include <Attributes.h>

Detailed Description

Definition at line 82 of file Attributes.h.

Public Member Functions

 AttributeList ()
 
 AttributeList (std::shared_ptr< HDF5File > file_, std::string const &path_)
 
Attributeoperator[] (std::string const &attrName)
 

Constructor & Destructor Documentation

◆ AttributeList() [1/2]

muq::Utilities::AttributeList::AttributeList ( )
inline

Definition at line 87 of file Attributes.h.

◆ AttributeList() [2/2]

muq::Utilities::AttributeList::AttributeList ( std::shared_ptr< HDF5File file_,
std::string const &  path_ 
)
inline

Definition at line 89 of file Attributes.h.

Member Function Documentation

◆ operator[]()

muq::Utilities::Attribute & muq::Utilities::AttributeList::operator[] ( std::string const &  attrName)

Definition at line 19 of file Attributes.cpp.

Member Data Documentation

◆ attributes

std::map<std::string, Attribute> muq::Utilities::AttributeList::attributes
private

Definition at line 97 of file Attributes.h.

◆ file

std::shared_ptr<HDF5File> muq::Utilities::AttributeList::file
private

Definition at line 99 of file Attributes.h.

◆ path

std::string muq::Utilities::AttributeList::path
private

Definition at line 101 of file Attributes.h.


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